From 3c5ee0b65dc6151c4c38f2cd89062783c5425df8 Mon Sep 17 00:00:00 2001 From: Devon Mackay Date: Wed, 19 Sep 2018 11:33:10 -0400 Subject: [PATCH] Toggle CD on for the circleci-cd branch for testing --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 10e843ac..66646ce8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -187,10 +187,10 @@ workflows: - test filters: branches: - only: master + only: circleci-cd - deploy: requires: - build_and_push_image filters: branches: - only: master + only: circleci-cd