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:
Anas Nashif 2024-03-04 12:39:37 -05:00
parent eb1f5fec0c
commit f1f6b72c76
3 changed files with 5 additions and 0 deletions

View file

@ -8,6 +8,7 @@ on:
branches:
- main
- v*-branch
- collab-*
paths:
- 'scripts/pylib/**'
- 'scripts/twister'

View file

@ -7,6 +7,8 @@ on:
pull_request:
branches:
- main
- collab-*
- v*-branch
paths:
- 'scripts/pylib/twister/**'
- 'scripts/twister'

View file

@ -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/**'