diff --git a/.circleci/config.yml b/.circleci/config.yml index 0ac7db8..58c44c3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -32,7 +32,10 @@ workflows: version: 2 test_and_deploy: jobs: - - test + - test: + filters: + branches: + only: /.*/ - deploy: requires: - test