Skip to content

Commit c5e0440

Browse files
committed
ci: Update branch pattern in github workflow build.yml
- Change the branch pattern from `dev_nuclei_next` to `dev_*` - This update will now trigger the workflow on any branch that starts with `dev_` Signed-off-by: Huaqi Fang <578567190@qq.com>
1 parent a33a840 commit c5e0440

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
name: Build and Test Linux SDK
44

55
# Controls when the action will run. Triggers the workflow on push or pull request
6-
# events but only for the dev_nuclei_next branch
6+
# events but only for the dev_* branch
77
on:
88
push:
99
branches: [ dev* ]

0 commit comments

Comments
 (0)