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:
parent
8fb60c9203
commit
85f02917f3
|
@ -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
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Don't run CI on branch containing stable or develop
|
Loading…
Reference in New Issue