From af86dd0b6bdaabb68ea5aecbd5e7b290a006f5a0 Mon Sep 17 00:00:00 2001
From: Georg Krause <mail@georg-krause.net>
Date: Thu, 29 Sep 2022 10:33:58 +0200
Subject: [PATCH] ci(publish): Only release for tags

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 16d750c..67c2d7d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -37,3 +37,5 @@ publish:
     - poetry install
   script:
     - poetry publish --username __token__ --password $PYPI_TOKEN --build
+  only:
+    - tags
-- 
GitLab