From 63be73a2a8e3ecc7bd05ade4f70aeacf8d291ab9 Mon Sep 17 00:00:00 2001 From: Sebastian Pisula <sebastian.pisula@gmail.com> Date: Thu, 4 Jul 2024 09:01:01 +0200 Subject: [PATCH] feature(core): gitlab changes --- gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/gitlab-ci.yml b/gitlab-ci.yml index 6c7a94c..2f8867c 100644 --- a/gitlab-ci.yml +++ b/gitlab-ci.yml @@ -135,4 +135,5 @@ deploy to production manual: <<: *deploy-to-production only: - master + - tags when: manual -- GitLab