From edec87910b2ed3cf812e6c124564921f956fc2f2 Mon Sep 17 00:00:00 2001 From: Ben Moore Date: Wed, 8 Apr 2020 14:41:13 -0500 Subject: [PATCH] ci: circle config testig --- .circleci/config.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6010d1e..53e75e2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -107,10 +107,16 @@ workflows: version: 2 checks: jobs: - - checkout + - checkout: + filters: + branches: + ignore: master - checks: requires: - checkout + filters: + branches: + ignore: master branch_deploy: jobs: