Skip to content

Commit

Permalink
prod deploy only on tags as circle ci filters are logical OR not AND
Browse files Browse the repository at this point in the history
  • Loading branch information
twhiston committed Apr 6, 2018
1 parent fe2612d commit 1a9ae22
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 @@ -246,8 +246,6 @@ workflows:
- release
filters:
branches:
only:
- master
- develop
ignore: /.*/
tags:
only: /^v.*/

0 comments on commit 1a9ae22

Please sign in to comment.