From eaf9807e660846fb947425de57bc5d651661ed68 Mon Sep 17 00:00:00 2001 From: Patrick Smith Date: Wed, 31 Oct 2018 16:41:26 -0400 Subject: [PATCH] Revert "Force CicleCI to build & push an image for this branch" This reverts commit a9fc2bd2029df29af03b74a5f5f099afc1478f37. --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6eb9fd7a..0e17a8f4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -206,6 +206,9 @@ workflows: - build_and_push_image: requires: - test + filters: + branches: + only: master - deploy: requires: - build_and_push_image