Commit 39840818 authored by Seblu's avatar Seblu
Browse files

Limit CI build to tagged version

Because of duplicate build as CPU expensive and slow down release process.
parent 5b004d89
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -10,6 +10,9 @@ makepkg:
    paths:
      - config.x86_64
      - "*.pkg.tar.*"
  only:
    - tags
    - web

commitpkg:
  stage: deploy
@@ -23,6 +26,5 @@ commitpkg:
    - echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add - > /dev/null
    - seblu-push
  only:
    refs:
    - tags
    - web