We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 69d60de + ee2c889 commit 1656025Copy full SHA for 1656025
.gitlab-ci.yml
@@ -5,9 +5,10 @@ variables:
5
workflow:
6
rules:
7
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
8
+ - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
9
+ - if: $CI_COMMIT_TAG
10
- if: $CI_COMMIT_BRANCH && $CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH
11
when: never
- - if: $CI_COMMIT_TAG
12
13
include:
14
- local: 'engine/.gitlab-ci.yml'
engine/.gitlab-ci.yml
@@ -8,7 +8,7 @@ stages:
- integration-test
- deploy
-## Conditions
+## Conditions.
.only_engine: &only_engine
- if: $CI_COMMIT_TAG =~ /^v[a-zA-Z0-9_.-]*/
0 commit comments