From 025596b289872549024ad66ac7705bfc803a2487 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Wed, 2 Aug 2023 09:26:24 +0200 Subject: [PATCH] ci-on-push: Make the CI also run for the stable-* branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As we only support one stable branch, it'll be used as part of the stable-3.2 and onwards. Fixes: #7518 Signed-off-by: Fabiano FidĂȘncio --- .github/workflows/ci-on-push.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-on-push.yaml b/.github/workflows/ci-on-push.yaml index 99d4837209..e1f3eaf968 100644 --- a/.github/workflows/ci-on-push.yaml +++ b/.github/workflows/ci-on-push.yaml @@ -3,6 +3,7 @@ on: pull_request_target: branches: - 'main' + - 'stable-*' types: # Adding 'labeled' to the list of activity types that trigger this event # (default: opened, synchronize, reopened) so that we can run this