Commit c892389d authored by Joel Collins's avatar Joel Collins
Browse files

Only run for tags

parent a31ec50c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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