Skip to content

Commit

Permalink
Fix filter: circleci filters are OR conditioned (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
AleF83 authored and tomeresk committed Jul 23, 2019
1 parent 53e69e5 commit 86ba5f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,6 @@ workflows:
- run_tests
filters:
branches:
only: master
ignore: /.*/
tags:
only: /^v([0-9]+\.){2}[0-9]+(-\S+)?$/

0 comments on commit 86ba5f7

Please sign in to comment.