We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ee7500 commit 0b3c86aCopy full SHA for 0b3c86a
1 file changed
.github/workflows/nodejs.yml
@@ -1,7 +1,10 @@
1
name: Node CI
2
3
-on: [push]
4
-
+on:
+ push:
5
+ branches:
6
+ - main
7
+ pull_request:
8
jobs:
9
build:
10
0 commit comments