Skip to content

Commit

Permalink
Execute CI Test task on master even without tag
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasMahe committed Sep 26, 2018
1 parent c26e98d commit e627dba
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,12 @@ workflows:
jobs:
- "test":
filters:
tags:
only: /^v.*/
branches:
only: master
- "publish_docker_prod":
filters:
tags:
only: /^v.*/
requires:
- "test"
- "release_cli_prod":
Expand Down

0 comments on commit e627dba

Please sign in to comment.