From bb382c3cb3eda8da6d0c32b55de9654913b8cf1b Mon Sep 17 00:00:00 2001
From: jankovicn <nikola.jankovic@eox.at>
Date: Mon, 15 Nov 2021 13:09:27 +0100
Subject: [PATCH] ci: modified ci to build chart on tags only

---
 .gitlab-ci.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0284129..6a3359e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -49,4 +49,3 @@ helm:
     - curl -u $HELM_CHART_REPOSITORY_CREDENTIALS -v -X POST https://charts-public.hub.eox.at/api/charts --data-binary "@${upload_filename}"
   only:
     - tags
-    - master
-- 
GitLab