Skip to content

Commit

Permalink
Merge pull request #48 from Appliscale/release-tag-regex
Browse files Browse the repository at this point in the history
Release tag regex
  • Loading branch information
maxiwoj authored Nov 7, 2018
2 parents f88cecd + e6304f9 commit 37bcebd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ workflows:
- build:
filters:
tags:
only: /^\d+\.\d+(\.\d+)?$/
only: /^v\d+\.\d+(\.\d+)?$/
- release:
requires:
- build
filters:
branches:
ignore: /.*/
tags:
only: /^\d+\.\d+(\.\d+)?$/
only: /^v\d+\.\d+(\.\d+)?$/

0 comments on commit 37bcebd

Please sign in to comment.