We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9379580 commit d2b3912Copy full SHA for d2b3912
.circleci/config.yml
@@ -43,6 +43,6 @@ workflows:
43
branches:
44
ignore: /.*/
45
tags:
46
- only: /v[0-9]+(\.[0-9]+)(-rc[0-9]+)?*/
+ only: /v[0-9]+(\.[0-9]+)*(-rc[0-9]+)?/
47
requires:
48
- test
0 commit comments