ci: run twister/west tests on collab/release branches
Make sure we run twister and west unit tests on branches, to avoid breakage when introducing changes to those branches. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
eb1f5fec0c
commit
f1f6b72c76
1
.github/workflows/twister_tests.yml
vendored
1
.github/workflows/twister_tests.yml
vendored
|
@ -8,6 +8,7 @@ on:
|
|||
branches:
|
||||
- main
|
||||
- v*-branch
|
||||
- collab-*
|
||||
paths:
|
||||
- 'scripts/pylib/**'
|
||||
- 'scripts/twister'
|
||||
|
|
2
.github/workflows/twister_tests_blackbox.yml
vendored
2
.github/workflows/twister_tests_blackbox.yml
vendored
|
@ -7,6 +7,8 @@ on:
|
|||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
- collab-*
|
||||
- v*-branch
|
||||
paths:
|
||||
- 'scripts/pylib/twister/**'
|
||||
- 'scripts/twister'
|
||||
|
|
2
.github/workflows/west_cmds.yml
vendored
2
.github/workflows/west_cmds.yml
vendored
|
@ -8,6 +8,7 @@ on:
|
|||
branches:
|
||||
- main
|
||||
- v*-branch
|
||||
- collab-*
|
||||
paths:
|
||||
- 'scripts/west-commands.yml'
|
||||
- 'scripts/west_commands/**'
|
||||
|
@ -16,6 +17,7 @@ on:
|
|||
branches:
|
||||
- main
|
||||
- v*-branch
|
||||
- collab-*
|
||||
paths:
|
||||
- 'scripts/west-commands.yml'
|
||||
- 'scripts/west_commands/**'
|
||||
|
|
Loading…
Reference in a new issue