CI: disable tag builds

This commit is contained in:
Dmitry Maksyoma 2022-12-02 09:42:21 +13:00
parent 779c54f7ee
commit dca55c7c8b

View File

@ -12,6 +12,11 @@ variables:
# "BUILD_JOBS: none" won't build any build jobs, nor www. # "BUILD_JOBS: none" won't build any build jobs, nor www.
BUILD_JOBS: all BUILD_JOBS: all
workflow:
rules:
# Disable tag builds.
- if: $CI_COMMIT_TAG != $CI_COMMIT_REF_NAME
stages: stages:
- www - www
- build - build