Skip to content

Commit 9593425

Browse files
authored
Update nodejs.yml
1 parent 5a80e5c commit 9593425

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
name: Node.js CI
55

6-
on: [push, pull_request]
6+
on: [push]
77

88
jobs:
99
build:
@@ -22,4 +22,4 @@ jobs:
2222
node-version: ${{ matrix.node-version }}
2323
- run: npm ci
2424
- run: npm run build --if-present
25-
- run: npm test
25+
- run: npm test

0 commit comments

Comments
 (0)