From 5a18d48946ed3f24b69fb3b203042764691caefb Mon Sep 17 00:00:00 2001
From: Bryan Brancotte <bryan.brancotte@pasteur.fr>
Date: Thu, 11 Jan 2024 14:09:19 +0100
Subject: [PATCH] only for master

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3e87a83..a94146d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -41,6 +41,8 @@ upload:
   stage: deploy
   needs: ['test', ]
   image: python:latest
+  only:
+    - master
   script:
     - pip install "setuptools>=62.6" twine
     - python setup.py sdist
-- 
GitLab