mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-30 20:07:56 +00:00
Add release-v* rule to common-refs (#5847)
This commit is contained in:
committed by
GitHub
parent
cb82d21708
commit
c65c0d64fc
@@ -98,6 +98,7 @@ default:
|
||||
- if: $CI_COMMIT_REF_NAME == "master"
|
||||
- if: $CI_COMMIT_REF_NAME =~ /^[0-9]+$/ # PRs
|
||||
- if: $CI_COMMIT_REF_NAME =~ /^v[0-9]+\.[0-9]+.*$/ # i.e. v1.0, v2.1rc1
|
||||
- if: $CI_COMMIT_REF_NAME =~ /^release-v[0-9]+\.[0-9]+.*$/ # i.e. release-v0.9.27
|
||||
|
||||
.test-pr-refs: &test-pr-refs
|
||||
rules:
|
||||
|
||||
Reference in New Issue
Block a user