CI: disable tag builds
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user