From bf6bc206e178f61eea2a57666823b4e66f121dde Mon Sep 17 00:00:00 2001 From: anthony Date: Sat, 30 Oct 2021 22:43:28 +0200 Subject: [PATCH] :green_heart: Remove branch restrictions to test Netlify deployment --- .circleci/config.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c454242..7a53a07 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -140,18 +140,18 @@ workflows: requires: - test - lint - filters: - branches: - only: - - main +# filters: +# branches: +# only: +# - main - deploy-netlify: requires: - build-netlify - filters: - branches: - only: - - main +# filters: +# branches: +# only: +# - main - docker-build: requires: