From 3a4d5284e1677105d2967a34fea3f43ba384ffdf Mon Sep 17 00:00:00 2001 From: evendrel Date: Mon, 7 Sep 2020 12:02:53 +0200 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e3046ff..990ed93 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,11 @@ stages: - build - test - + + only on tags: + rules: + - if: '$CI_COMMIT_TAG != ""' + build_image: stage: build before_script: -- 2.24.1