Skip to content

Commit 1aa6f9e

Browse files
authored
fix: run gh actions on all branches
1 parent f23a181 commit 1aa6f9e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ name: Node.js CI
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches:
6+
- '**'
67
pull_request:
7-
branches: [ master ]
8+
workflow_dispatch:
89

910
jobs:
1011
job1:

0 commit comments

Comments
 (0)