Skip to content

Commit 13f3822

Browse files
committed
ci: twister: Trigger on release branches
This commit updates the Twister workflow to trigger on all pushes and pull requests to the release branches. Note that this change in itself does not make the Twister workflow run on the existing release branches -- what this does is to prepare for the future release branches to run the Twister workflow in them. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent 8d7a4f7 commit 13f3822

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/twister.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ on:
44
push:
55
branches:
66
- main
7+
- v*-branch
78
pull_request_target:
89
branches:
910
- main
11+
- v*-branch
1012
schedule:
1113
# Run at 00:00 on Wednesday and Saturday
1214
- cron: '0 0 * * 3,6'

0 commit comments

Comments
 (0)