Revert "Force CicleCI to build & push an image for this branch"

This reverts commit a9fc2bd202.
This commit is contained in:
Patrick Smith
2018-10-31 16:41:26 -04:00
parent a9fc2bd202
commit eaf9807e66

View File

@@ -206,6 +206,9 @@ workflows:
- build_and_push_image: - build_and_push_image:
requires: requires:
- test - test
filters:
branches:
only: master
- deploy: - deploy:
requires: requires:
- build_and_push_image - build_and_push_image