Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Commit 8c35d08

Browse files
authored
Build only vX.Y.Z tags, only from release branches (#413)
1 parent da40cb1 commit 8c35d08

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444

4545
deployment:
4646
tag_build_for_cci2:
47-
tag: /(([a-z]+)-)*([0-9]+)\.([0-9]+)\.([0-9]+)/
47+
branch: /v([0-9]+)\.([0-9]+)\.([0-9]+)/
48+
tag: /v([0-9]+)\.([0-9]+)\.([0-9]+)/
4849
commands:
4950
- true

0 commit comments

Comments
 (0)