mirror of
https://gitlab.com/tildes/tildes.git
synced 2026-04-16 06:18:34 +02:00
Run GitLab CI on "staging" and "develop" branches
This commit is contained in:
@@ -3,6 +3,8 @@ workflow:
|
|||||||
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
|
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
|
||||||
- if: $CI_COMMIT_TAG
|
- if: $CI_COMMIT_TAG
|
||||||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
||||||
|
- if: $CI_COMMIT_BRANCH == 'staging'
|
||||||
|
- if: $CI_COMMIT_BRANCH == 'develop'
|
||||||
|
|
||||||
default:
|
default:
|
||||||
image: docker:27.4.1
|
image: docker:27.4.1
|
||||||
|
|||||||
Reference in New Issue
Block a user