We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a57d52 commit b7368efCopy full SHA for b7368ef
1 file changed
.github/workflows/main.yml
@@ -18,7 +18,7 @@ jobs:
18
- uses: actions/checkout@v2
19
with:
20
ref: ${{ github.event.pull_request.head.sha }}
21
- if: ${{ github.event_name == 'pull_request_target' && github.base_ref == 'refs/heads/main' }}
+ if: ${{ github.event_name == 'pull_request_target' }}
22
- uses: actions/setup-node@v2
23
24
node-version: ${{ matrix.node }}
0 commit comments