mirror of
https://gitlab.com/tildes/tildes.git
synced 2026-04-17 06:48:36 +02:00
Update GitLab CI to run on staging-* and develop-* versioned branches
This commit is contained in:
@@ -3,8 +3,8 @@ workflow:
|
||||
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
|
||||
- if: $CI_COMMIT_TAG
|
||||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
||||
- if: $CI_COMMIT_BRANCH == 'staging'
|
||||
- if: $CI_COMMIT_BRANCH == 'develop'
|
||||
- if: $CI_COMMIT_BRANCH =~ /^staging-/
|
||||
- if: $CI_COMMIT_BRANCH =~ /^develop-/
|
||||
|
||||
default:
|
||||
image: docker:27.4.1
|
||||
|
||||
Reference in New Issue
Block a user