diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8b62a58..5dc1af0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,8 +60,7 @@ jobs: PUBLISH_JOB: true # Run on push to master branch - # if: github.event_name == 'push' && github.ref == 'refs/heads/master' - if: github.event_name == 'push' + if: github.event_name == 'push' && github.ref == 'refs/heads/master' steps: - uses: actions/checkout@v4