Only run for tags

This commit is contained in:
Joel Collins 2019-05-03 15:20:30 +00:00
parent a31ec50cd6
commit c892389d2a

View file

@ -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