From 53d8bc923c97566a8671fde731117547122f2362 Mon Sep 17 00:00:00 2001 From: anthony Date: Tue, 26 Oct 2021 11:58:49 +0200 Subject: [PATCH] :construction_worker: Add branch filters for the deploy heroku step --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 516f499..b76cc54 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -155,7 +155,7 @@ workflows: - test - test-e2e - lint -# filters: -# branches: -# only: -# - main + filters: + branches: + only: + - main