Only run for tags
This commit is contained in:
parent
a31ec50cd6
commit
c892389d2a
1 changed files with 2 additions and 1 deletions
|
|
@ -5,8 +5,9 @@ build:
|
||||||
- npm install
|
- npm install
|
||||||
- npm run release
|
- npm run release
|
||||||
artifacts:
|
artifacts:
|
||||||
name: "${CI_PROJECT_NAME}-${CI_JOB_NAME}-${CI_COMMIT_REF_NAME}-${CI_COMMIT_SHORT_SHA}"
|
|
||||||
paths:
|
paths:
|
||||||
- release-builds/*.exe
|
- release-builds/*.exe
|
||||||
- release-builds/*.deb
|
- release-builds/*.deb
|
||||||
- release-builds/*.AppImage
|
- release-builds/*.AppImage
|
||||||
|
only:
|
||||||
|
- tags
|
||||||
Loading…
Add table
Add a link
Reference in a new issue