We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce8e414 commit b052422Copy full SHA for b052422
.github/workflows/ci.yml
@@ -42,7 +42,7 @@ jobs:
42
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43
dedupe-check:
44
runs-on: ubuntu-latest
45
- if: github.ref == 'refs/heads/next'
+ if: github.event.pull_request.head.ref == 'next'
46
steps:
47
- name: Checkout repository
48
uses: actions/checkout@v2
0 commit comments