Skip to content

Commit

Permalink
Tweak branch filters for build and release jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronhipple committed Apr 6, 2020
1 parent 16474cf commit 01be23f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,14 +86,12 @@ workflows:
jobs:
- build_tags:
filters:
branches:
only: master
tags:
only: /^v\d+\.\d+\.\d+$/
- release_tags:
filters:
branches:
only: master
ignore: /.*/
tags:
only: /^v\d+\.\d+\.\d+$/
requires:
Expand Down

0 comments on commit 01be23f

Please sign in to comment.