diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c0765839..3eb1fc74 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} dedupe-check: runs-on: ubuntu-latest - if: github.ref == 'refs/heads/next' + if: github.event.pull_request.head.ref == 'next' steps: - name: Checkout repository uses: actions/checkout@v2