From c50484502d6e4523a5185a3d4740b39bd4bcb91b Mon Sep 17 00:00:00 2001 From: Carlos Panato Date: Tue, 6 Apr 2021 15:59:27 +0200 Subject: [PATCH] circleci: run workflow when creating tags Signed-off-by: Carlos Panato --- .circleci/config.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a68454596..0669d0c68 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -54,8 +54,14 @@ jobs: workflows: main: jobs: - - test - - lint + - test: + filters: + tags: + only: /(v)?[0-9]+(\.[0-9]+)*(-.*)*/ + - lint: + filters: + tags: + only: /(v)?[0-9]+(\.[0-9]+)*(-.*)*/ - build-image: requires: - test @@ -63,6 +69,8 @@ workflows: filters: branches: ignore: master + tags: + only: /(v)?[0-9]+(\.[0-9]+)*(-.*)*/ - build-push-main: context: falco requires: