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