mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2026-07-17 16:36:49 +00:00
CI: disable tag builds
This commit is contained in:
parent
779c54f7ee
commit
dca55c7c8b
1 changed files with 5 additions and 0 deletions
|
|
@ -12,6 +12,11 @@ variables:
|
|||
# "BUILD_JOBS: none" won't build any build jobs, nor www.
|
||||
BUILD_JOBS: all
|
||||
|
||||
workflow:
|
||||
rules:
|
||||
# Disable tag builds.
|
||||
- if: $CI_COMMIT_TAG != $CI_COMMIT_REF_NAME
|
||||
|
||||
stages:
|
||||
- www
|
||||
- build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue