From 667a37374ce346ae4178ff65fc276daa23eeb856 Mon Sep 17 00:00:00 2001 From: Fabio Baltieri Date: Thu, 21 Sep 2023 12:46:35 +0000 Subject: [PATCH] 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 --- .github/workflows/twister.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/twister.yaml b/.github/workflows/twister.yaml index 4b414a7c9b4..52316f58a6a 100644 --- a/.github/workflows/twister.yaml +++ b/.github/workflows/twister.yaml @@ -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'