diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index c46e597df..f1b3d6e0e 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -51,7 +51,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} - name: Don't edit slugs.md in pull requests if: | - github.base_ref != 'refs/heads/master' && + github.base_ref != 'master' && github.event_name == 'pull_request' && steps.changes.outputs.slugs == 'true' run: |