Skip to content

Commit 0a6850f

Browse files
authored
Updated workflow file to include feature branches
1 parent 6e31cad commit 0a6850f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Lint & Build Project
22

33
on:
44
pull_request:
5-
branches: [ master, develop ]
5+
branches: [ master, develop, feature/** ]
66
push:
77
branches: [ master, develop ]
88

0 commit comments

Comments
 (0)