From 7cc83d301008ad0f604bf04164913c0475638ab9 Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Tue, 9 Oct 2018 17:28:53 +0200 Subject: [PATCH] Build all tags --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 722a324..31ff840 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,7 +7,7 @@ workflows: - build-n-test: filters: tags: - only: /^[0-9.]+/ + only: /.*/ - deploy: requires: - build-n-test @@ -15,7 +15,7 @@ workflows: branches: only: /^(master|4|3)$/ tags: - only: /^[0-9.]+/ + only: /.*/ - trigger-dockerhub: requires: - build-n-test