Skip to content

Commit b755329

Browse files
authored
ci: add features branches to CI/CD flow (#302)
1 parent 7d11a03 commit b755329

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ on:
55
branches:
66
- main
77
- master
8+
- 'features/*'
89
pull_request:
910
branches:
1011
- main
1112
- master
13+
- 'features/*'
1214

1315
jobs:
1416
build:

0 commit comments

Comments
 (0)