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