Skip to content

Commit

Permalink
Merge PR cosmos#3849: Force setup_dependencies to run also for tags
Browse files Browse the repository at this point in the history
Signed-off-by: Karoly Albert Szabo <[email protected]>
  • Loading branch information
sabau authored and cwgoes committed Mar 11, 2019
1 parent 4b765b6 commit 42718b5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,12 @@ workflows:
only:
- master
- develop
- setup_dependencies
- setup_dependencies:
# filters here are needed to enable this job also for tags
filters:
tags:
only:
- /^v.*/
- lint:
requires:
- setup_dependencies
Expand Down

0 comments on commit 42718b5

Please sign in to comment.