Skip to content

Commit a4516bc

Browse files
committed
ci: update config
1 parent 0807b07 commit a4516bc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/nodejs.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Actions Status
2-
on: [push, pull_request]
2+
on:
3+
pull_request:
4+
types: [opened, synchronize]
5+
branches:
6+
- master
37
env:
48
CI: true
59

0 commit comments

Comments
 (0)