Skip to content

Commit d2b3912

Browse files
committed
Fix previous commit
1 parent 9379580 commit d2b3912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ workflows:
4343
branches:
4444
ignore: /.*/
4545
tags:
46-
only: /v[0-9]+(\.[0-9]+)(-rc[0-9]+)?*/
46+
only: /v[0-9]+(\.[0-9]+)*(-rc[0-9]+)?/
4747
requires:
4848
- test

0 commit comments

Comments
 (0)