We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c79a17 commit 0e868d3Copy full SHA for 0e868d3
.github/workflows/node.js.yml
@@ -59,7 +59,7 @@ jobs:
59
60
lint-duplicate-code:
61
needs: lint-commits
62
- if: ${{ github.event_name != 'pull_request' }}
+ if: ${{ github.event_name == 'push'}}
63
runs-on: ubuntu-latest
64
strategy:
65
matrix:
0 commit comments