Skip to content

Commit 0e868d3

Browse files
committed
try original with push
1 parent 9c79a17 commit 0e868d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959

6060
lint-duplicate-code:
6161
needs: lint-commits
62-
if: ${{ github.event_name != 'pull_request' }}
62+
if: ${{ github.event_name == 'push'}}
6363
runs-on: ubuntu-latest
6464
strategy:
6565
matrix:

0 commit comments

Comments
 (0)