Skip to content

Commit c9c7802

Browse files
committed
ci: run actions only on push
1 parent bc9fb7d commit c9c7802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
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
tests:

0 commit comments

Comments
 (0)