From 5e42b57a9249c455f4324f8462b824bc4b998746 Mon Sep 17 00:00:00 2001 From: BryceLTaylor Date: Tue, 27 Oct 2020 15:05:42 -0400 Subject: [PATCH] Only run on circleci-project-setup branch --- .circleci/config.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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