We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f23a181 commit 1aa6f9eCopy full SHA for 1aa6f9e
1 file changed
.github/workflows/node.js.yml
@@ -2,9 +2,10 @@ name: Node.js CI
2
3
on:
4
push:
5
- branches: [ master ]
+ branches:
6
+ - '**'
7
pull_request:
8
+ workflow_dispatch:
9
10
jobs:
11
job1:
0 commit comments