Skip to content

Commit 30edf9e

Browse files
committed
Updated circleci config to trigger release for releases prefixed with a 'v' character.
1 parent 2694fe6 commit 30edf9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,4 +203,4 @@ workflows:
203203
branches:
204204
ignore: /.*/
205205
tags:
206-
only: /^(\d+)\.(\d+)(\.\d+)?$/
206+
only: /^(v)?(\d+)\.(\d+)(\.\d+)?$/

0 commit comments

Comments
 (0)