From ec15f6c95f2a47d9f2b55321a807a91a686bf720 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Tue, 7 Mar 2023 16:33:19 -0800 Subject: [PATCH] Merge pull request #434 from bsipocz/bugfix_branches_to_ci CI: bugfix branches need to be tested, too --- .github/workflows/cibuild.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cibuild.yml b/.github/workflows/cibuild.yml index 053efbd23..44ccc56c5 100644 --- a/.github/workflows/cibuild.yml +++ b/.github/workflows/cibuild.yml @@ -4,6 +4,7 @@ on: push: branches: - main + - 'v*' tags: - '*' pull_request: