From 900d01c06f3717d0a3a4bab071aa03e324e10d64 Mon Sep 17 00:00:00 2001 From: Joel Collins <2579603-jtc42@users.noreply.gitlab.com> Date: Fri, 3 May 2019 15:44:25 +0000 Subject: [PATCH] Re-added tags-only --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 94ea55b1..4f346d1d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,3 +9,5 @@ build: - release-builds/*.exe - release-builds/*.deb - release-builds/*.AppImage + only: + - tags \ No newline at end of file