We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d222da commit 0bc04e5Copy full SHA for 0bc04e5
.circleci/config.yml
@@ -63,6 +63,6 @@ workflows:
63
- build
64
filters:
65
tags:
66
- only: /beta-[0-9]+\.[0-9]+\.[0-9]+/
+ only: /beta-[0-9]+\.[0-9]+\.[0-9]+(-rc[0-9]+)?/
67
branches:
68
ignore: /.*/
0 commit comments