From 26ee5e85ccd747f7bc189ffb9bbb1830a2141a6c Mon Sep 17 00:00:00 2001 From: Songtronix Date: Sun, 24 May 2020 12:26:15 +0200 Subject: [PATCH] fix(ci): run pipeline for branches and tags --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) 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