summaryrefslogtreecommitdiff
path: root/lib/gitlab/ci/templates/Workflows/MergeRequest-Pipelines.gitlab-ci.yml
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