diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8214728971..4ba7056ae9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,6 +37,10 @@ before_script: - ln -s /dockercache/veloren/target target include: + # pipelines run for branches and tags. + # https://docs.gitlab.com/ee/ci/yaml/#workflowrules + # TODO: https://docs.gitlab.com/ee/ci/merge_request_pipelines/pipelines_for_merged_results/index.html#enable-pipelines-for-merged-results + - template: "Workflows/Branch-Pipelines.gitlab-ci.yml" - local: .gitlab/CI/recompile.yml - local: .gitlab/CI/release.yml - local: .gitlab/CI/optional-builds.gitlab-ci.yml