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:
Matthew McClaskey 2022-12-02 11:51:28 +00:00
commit 1623c5da93

View File

@ -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