Skip to content

Commit 43b3b24

Browse files
committedMay 17, 2019
Change circle tag filter to allow -beta
1 parent 961b6df commit 43b3b24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ workflows:
4343
branches:
4444
ignore: /.*/
4545
tags:
46-
only: /^\d+\.\d+\.\d+$/
46+
only: /^\d+\.\d+\.\d+[\-a-z]*$/
4747
- deploy:
4848
requires:
4949
- build
5050
filters:
5151
branches:
5252
only: master
5353
tags:
54-
only: /^\d+\.\d+\.\d+$/
54+
only: /^\d+\.\d+\.\d+[\-a-z]*$/

0 commit comments

Comments
 (0)
Please sign in to comment.