From 0b6c673bb6be99a998aff8159ee629e8ae821e6e Mon Sep 17 00:00:00 2001 From: rwxd Date: Thu, 9 Mar 2023 13:28:46 +0100 Subject: [PATCH] build(ci): correcting --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index efc1a40..5e0c10a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -71,7 +71,7 @@ jobs: needs: - test - pre-commit - if: github.event_name == 'push' == github.ref == 'refs/heads/main' + if: github.event_name == 'push' && github.ref == 'refs/heads/main' steps: - uses: actions/checkout@v3