ci: don't run on branch containing stable or develop

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2452>
This commit is contained in:
jo 2023-06-09 11:33:49 +02:00 committed by Marge
parent 8fb60c9203
commit 85f02917f3
2 changed files with 2 additions and 1 deletions

View File

@ -61,7 +61,7 @@ workflow:
- if: >
$CI_PROJECT_NAMESPACE == "funkwhale" &&
(
$CI_COMMIT_BRANCH =~ /(stable|develop)/ ||
$CI_COMMIT_BRANCH =~ /^(stable|develop)$/ ||
$CI_COMMIT_TAG
)
# Run for merge requests from any repo or branches

View File

@ -0,0 +1 @@
Don't run CI on branch containing stable or develop