Skip to content

Commit 798f27b

Browse files
committed
Loosen commit tag expectation
1 parent 5be6f87 commit 798f27b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ test_deploy_artifacts_to_github:
1313
rules:
1414
- if: '$POPULATE_CACHE'
1515
when: never
16-
- if: '$CI_COMMIT_TAG =~ /^v[0-9]+\.[0-9]+\.[0-9]+$/'
16+
- if: '$CI_COMMIT_TAG =~ /^v.*$/'
1717
when: on_success
1818

1919
before_script:

0 commit comments

Comments
 (0)