Skip to content

Commit d4e0014

Browse files
committed
Tweaking the tags restriction
1 parent 7acdf2f commit d4e0014

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,7 @@ workflows:
142142
branches:
143143
ignore: /.*/
144144
tags:
145-
only:
146-
- /v[0-9]+.[0-9]+.[0-9]+/
145+
only: /^v.*/
147146

148147
- docker-image:
149148
requires:

0 commit comments

Comments
 (0)