We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0807b07 commit a4516bcCopy full SHA for a4516bc
.github/workflows/nodejs.yml
@@ -1,5 +1,9 @@
1
name: Actions Status
2
-on: [push, pull_request]
+on:
3
+ pull_request:
4
+ types: [opened, synchronize]
5
+ branches:
6
+ - master
7
env:
8
CI: true
9
0 commit comments