Skip to content

Commit 73df33f

Browse files
authored
Merge pull request #347 from runejs/workflow-patch-1
Updated workflow file to include feature branches
2 parents 6e31cad + 0a6850f commit 73df33f

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)