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
pull/116/head
Matthew McClaskey 2 years ago
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…
Cancel
Save