From c820c105ef221500afcc59217a89e1bf2ed73b5d Mon Sep 17 00:00:00 2001 From: anthony Date: Tue, 26 Oct 2021 10:41:53 +0200 Subject: [PATCH] :construction_worker: Add filters for docker build step --- .circleci/config.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 379c9f3..461688f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -123,8 +123,7 @@ workflows: - test - test-e2e - lint -# Add it before pull request -# filters: -# branches: -# only: -# - main + filters: + branches: + only: + - main