ci: workflows: run twister tests on collab branches
Include CI runs to push and pull request against collab- branches so that thay can be used for detecting CI breakages before trying to open PRs against main. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
This commit is contained in:
parent
ee3b9c117e
commit
667a37374c
2
.github/workflows/twister.yaml
vendored
2
.github/workflows/twister.yaml
vendored
|
@ -5,10 +5,12 @@ on:
|
|||
branches:
|
||||
- main
|
||||
- v*-branch
|
||||
- collab-*
|
||||
pull_request_target:
|
||||
branches:
|
||||
- main
|
||||
- v*-branch
|
||||
- collab-*
|
||||
schedule:
|
||||
# Run at 03:00 UTC on every Sunday
|
||||
- cron: '0 3 * * 0'
|
||||
|
|
Loading…
Reference in a new issue