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 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue