debian-mirror-gitlab/lib/gitlab/ci/templates/Workflows/MergeRequest-Pipelines.gitlab-ci.yml
2020-05-24 23:13:21 +05:30

8 lines
223 B
YAML

# Read more on when to use this template at
# https://docs.gitlab.com/ee/ci/yaml/#workflowrules
workflow:
rules:
- if: $CI_MERGE_REQUEST_IID
- if: $CI_COMMIT_TAG
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH