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 a6e7730
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]+(-dev)?/
- release:
requires:
- build
filters:
tags:
only: /.*/
only: /v[0-9]+.[0-9]+.[0-9]+(-dev)?/
branches:
ignore: /.*/

jobs:
build:
docker:
Expand Down

0 comments on commit a6e7730

Please sign in to comment.