Skip to content

Commit b841203

Browse files
authored
ci: add feat* rule to run github actions (#483)
* ci: add feat* rule to run github actions * Update build.yml
1 parent c3163f4 commit b841203

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ on:
44
pull_request:
55
branches:
66
- develop
7+
- "feat*"
78
merge_group:
89
types: [checks_requested]
910
branches:
1011
- develop
12+
- "feat*"
1113

1214
jobs:
1315
run-workflow:

0 commit comments

Comments
 (0)