Welcome to mirror list, hosted at ThFree Co, Russian Federation.

MergeRequest-Pipelines.gitlab-ci.yml « Workflows « templates « ci « gitlab « lib - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 50ff4c1f60be97b86e29949022e34b62e69a8c1a (plain)
1
2
3
4
5
6
7
8
# 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