Skip to content

Commit

Permalink
Fix circleCI filter on tags #4
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasMahe committed Oct 5, 2018
1 parent c331107 commit 1c49b0c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,16 @@ workflows:
- "publish_docker_prod":
requires:
- "test"
filters:
tags:
only: /^v.*/
branches:
ignore: /.*/
- "release_cli_prod":
requires:
- "publish_docker_prod"
filters:
tags:
only: /^v.*/
branches:
ignore: /.*/

0 comments on commit 1c49b0c

Please sign in to comment.