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