Skip to content

Commit

Permalink
fix tag filter
Browse files Browse the repository at this point in the history
  • Loading branch information
Molly Lloyd committed Aug 15, 2017
1 parent aed6a9e commit 7c15512
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,16 @@ workflows:
- build:
filters:
tags:
only: /.*/
only: /v[0-9].[0-9].[0-9]*/
- release:
requires:
- build
filters:
tags:
only: /.*/
only: /v[0-9].[0-9].[0-9]*/
branches:
ignore: /.*/

jobs:
build:
docker:
Expand Down

0 comments on commit 7c15512

Please sign in to comment.