From 996f59545e287afe26c04688874d3dad93097306 Mon Sep 17 00:00:00 2001 From: anthony Date: Mon, 3 Jan 2022 08:44:08 +0100 Subject: [PATCH] :green_heart: Remove docker build branch restrictions --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 95af61c..3c7452d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -156,10 +156,10 @@ workflows: - test - test-e2e - lint - filters: - branches: - only: - - main +# filters: +# branches: +# only: +# - main - deploy-heroku: requires: - test