diff --git a/.circleci/config.yml b/.circleci/config.yml index 0f883e0d4..61f863c1b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,5 +4,8 @@ orbs: workflows: node-tests: jobs: - - node/test - + - node/test: + filters: + branches: + only: + - circleci-project-setup # remove this before releasing