Skip to content

Commit 896b771

Browse files
committed
fix: Update test workflow to run on feature branches
- Add 'fix/*' and 'feature/*' branch patterns to push triggers - Enables CI validation on feature branches before PR creation
1 parent 9dfb36a commit 896b771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55
branches: [ main ]
66
push:
7-
branches: [ main ]
7+
branches: [ main, 'fix/*', 'feature/*' ]
88

99
jobs:
1010
test-build:

0 commit comments

Comments
 (0)