From 42718b56353b4397b56938ff754634440e99fcf9 Mon Sep 17 00:00:00 2001 From: Karoly Albert Szabo Date: Mon, 11 Mar 2019 18:23:09 +0100 Subject: [PATCH] Merge PR #3849: Force setup_dependencies to run also for tags Signed-off-by: Karoly Albert Szabo --- .circleci/config.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f90dfc0828..9ae2792a30 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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