mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2024-11-25 01:24:04 +01:00
Merge branch 'bugfix/KASM-3680-skip-tag-builds-ci' into 'master'
CI: disable tag builds Closes KASM-3680 See merge request kasm-technologies/internal/KasmVNC!82
This commit is contained in:
commit
1623c5da93
@ -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…
Reference in New Issue
Block a user