diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c4df66e9..f08c8ef1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -313,7 +313,7 @@ github-release: image: alpine:latest tags: [docker] rules: - - if: '$CI_COMMIT_TAG =~ /^v\d+\.\d+\.\d+$/' + - if: '$CI_COMMIT_TAG =~ /^test\d+\.\d+\.\d+$/' before_script: - apk update && apk add jq script: