From 582f3e27a1fd8d7a7e9093e915b8d68ce0967010 Mon Sep 17 00:00:00 2001 From: anthony Date: Mon, 3 Jan 2022 11:14:57 +0100 Subject: [PATCH] :construction_worker: Add branch restriction fro develop branch --- .circleci/config.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7d6b6e9..a9c3bf0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -173,10 +173,10 @@ workflows: requires: - test - lint -# filters: -# branches: -# only: -# - develop + filters: + branches: + only: + - develop - deploy-netlify: name: deploy-netlify-prod @@ -193,10 +193,10 @@ workflows: siteid: *dev-siteid requires: - build-netlify-dev -# filters: -# branches: -# only: -# - develop + filters: + branches: + only: + - develop - docker-build: name: docker-build-prod @@ -217,7 +217,7 @@ workflows: requires: - test - lint -# filters: -# branches: -# only: -# - develop + filters: + branches: + only: + - develop