]> xenbits.xensource.com Git - xen-guest-agent.git/commitdiff
ci: activate pipelines for tags
authorYann Dirson <yann.dirson@vates.fr>
Thu, 14 Dec 2023 09:51:36 +0000 (10:51 +0100)
committerYann Dirson <yann.dirson@vates.fr>
Thu, 14 Dec 2023 12:35:05 +0000 (13:35 +0100)
Those are intended to produce the release artifacts.

Signed-off-by: Yann Dirson <yann.dirson@vates.fr>
.gitlab-ci.yml

index 0279df0c39f9b9bb7f501f99851f6ecc6981c3bc..a4870ce99a9f12203366230a925f6503b614137c 100644 (file)
@@ -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"