Skip to content

Commit ca3b355

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 <[email protected]>
1 parent a37e107 commit ca3b355

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
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* ]
@@ -13,7 +13,7 @@ on:
1313
- .gitlab-ci.yml
1414
- .gitignore
1515
pull_request:
16-
branches: [ dev_nuclei_next ]
16+
branches: [ dev_* ]
1717

1818
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1919
jobs:

0 commit comments

Comments
 (0)