diff --git a/.github/workflows/check_pr.yml b/.github/workflows/check_pr.yml index a8b9cdec..dddcfc6f 100644 --- a/.github/workflows/check_pr.yml +++ b/.github/workflows/check_pr.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/github-script@v7 id: script - if: github.event_name == 'push' + if: github.event_name == 'push' && github.event.ref_type != 'tag' with: script: | const prs = await github.rest.pulls.list({