From 20a4eb7aa90e8c79c0280a8b7ffe0d2f25048cbd Mon Sep 17 00:00:00 2001 From: anthony Date: Mon, 27 Dec 2021 19:15:05 +0100 Subject: [PATCH] :green_heart: Remove filters for docker build --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index cee6c93..9b3c0d9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -165,7 +165,7 @@ workflows: requires: - test - lint - filters: - branches: - only: - - main +# filters: +# branches: +# only: +# - main