Skip to content

Commit

Permalink
Merge pull request #54 from aerogear/regex-fix
Browse files Browse the repository at this point in the history
Support two digits per semver slot
  • Loading branch information
psturc authored Apr 18, 2018
2 parents 72da209 + 2e94360 commit 29f9a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ workflows:
- build
filters:
tags:
only: /\d\.\d\.\d/
only: /\d{1,2}\.\d{1,2}\.\d{1,2}/
branches:
ignore: /.*/

0 comments on commit 29f9a73

Please sign in to comment.