From: Yann Dirson Date: Thu, 14 Dec 2023 09:51:36 +0000 (+0100) Subject: ci: activate pipelines for tags X-Git-Tag: 0.3.0~5^2~5 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=1915b40f504cd7525ff6d72bc6c72e89bd09df04;p=xen-guest-agent.git ci: activate pipelines for tags Those are intended to produce the release artifacts. Signed-off-by: Yann Dirson --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0279df0..a4870ce 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,6 +10,7 @@ workflow: - if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS when: never - if: $CI_COMMIT_BRANCH + - if: $CI_COMMIT_TAG variables: LINUX_RUSTIMG: "rust:buster"