Skip to content

Commit 8a099e9

Browse files
Merge pull request #406 from datacamp/fix/circleci-config
fix: circleci config tag regex
2 parents 9176047 + 21bdc32 commit 8a099e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ workflows:
3535
- build-and-test
3636
filters:
3737
tags:
38-
only: /^.*#v\d+\.\d+\.\d+(-rc\.\d+)?$/
38+
only: /^v\d+\.\d+\.\d+(-rc\.\d+)?$/
3939
branches:
4040
ignore: /.*/

0 commit comments

Comments
 (0)