Merge PR #3849: Force setup_dependencies to run also for tags

Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com>
This commit is contained in:
Karoly Albert Szabo 2019-03-11 18:23:09 +01:00 committed by Christopher Goes
parent 4b765b6ab4
commit 42718b5635
1 changed files with 6 additions and 1 deletions

View File

@ -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