Skip to content

Commit 7425a48

Browse files
authored
ci: Update node.js.yml to make any ci branch to activate jobs
1 parent 41072ce commit 7425a48

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@ name: Full Stack CI
22

33
on:
44
push:
5-
branches: [ "main" ]
5+
branches:
6+
- main
7+
- 'ci*'
68
pull_request:
7-
branches: [ "main" ]
9+
branches:
10+
- main
11+
- 'ci*'
812

913
jobs:
1014
test-api-linux:

0 commit comments

Comments
 (0)