Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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
- tags
- web
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment