We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f38179f commit 30a29f2Copy full SHA for 30a29f2
1 file changed
.github/workflows/npm-test.yml
@@ -2,7 +2,7 @@ name: Node Tests CI
2
on:
3
push:
4
branches:
5
- - '*' # Trigger on all branches
+ - main
6
pull_request:
7
8
- '*' # Trigger on all branches
0 commit comments