From b97077c7bdd1a1431f90e92f9233f8e4a783cb70 Mon Sep 17 00:00:00 2001 From: anthony Date: Mon, 3 Jan 2022 09:15:03 +0100 Subject: [PATCH] :construction_worker: Restrict heroku dev env to develop branch --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index af92a7c..c58ff34 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -192,7 +192,7 @@ workflows: - test - test-e2e - lint -# filters: -# branches: -# only: -# - develop \ No newline at end of file + filters: + branches: + only: + - develop \ No newline at end of file