summary refs log tree commit diff
diff options
context:
space:
mode:
authorJoseph Donofry <rubberduckie3554@gmail.com>2023-02-27 15:09:07 -0500
committerJoseph Donofry <rubberduckie3554@gmail.com>2023-02-27 15:09:07 -0500
commitb4cfb630294c80cea3c9f24e415f7d16dff18c71 (patch)
treeca1641b5b841808336470dfbbe32632103b0ebd4
parentGenerate release notes from CHANGELOG.md (diff)
downloadnheko-b4cfb630294c80cea3c9f24e415f7d16dff18c71.tar.xz
Test pattern for validation of functionality
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
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: