From cc540ea6cfa5135aa77d338f990a5be39c0b4097 Mon Sep 17 00:00:00 2001
From: Bryan Brancotte <bryan.brancotte@pasteur.fr>
Date: Mon, 12 Feb 2024 09:19:11 +0000
Subject: [PATCH] only on tagger commit

---
 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e12af64..df364c3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,5 +1,7 @@
 upload:
   stage: deploy
+  rules:
+    - if: $CI_COMMIT_TAG
   needs: []
   image: python:3.11
   variables:
-- 
GitLab