Skip to content

Commit 0bc04e5

Browse files
committed
allow beta release candidate releases
1 parent 2d222da commit 0bc04e5

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
@@ -63,6 +63,6 @@ workflows:
6363
- build
6464
filters:
6565
tags:
66-
only: /beta-[0-9]+\.[0-9]+\.[0-9]+/
66+
only: /beta-[0-9]+\.[0-9]+\.[0-9]+(-rc[0-9]+)?/
6767
branches:
6868
ignore: /.*/

0 commit comments

Comments
 (0)