From c892389d2a5fe019c98eac08dd202199414a6583 Mon Sep 17 00:00:00 2001 From: Joel Collins <2579603-jtc42@users.noreply.gitlab.com> Date: Fri, 3 May 2019 15:20:30 +0000 Subject: [PATCH] Only run for tags --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7219d34f..4f346d1d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,8 +5,9 @@ build: - npm install - npm run release artifacts: - name: "${CI_PROJECT_NAME}-${CI_JOB_NAME}-${CI_COMMIT_REF_NAME}-${CI_COMMIT_SHORT_SHA}" paths: - release-builds/*.exe - release-builds/*.deb - release-builds/*.AppImage + only: + - tags \ No newline at end of file