Convert to only deploying master branch

This commit is contained in:
Devon Mackay 2018-09-21 15:58:21 -04:00 committed by Patrick Smith
parent 7dc87e5fe8
commit d52e92fddf

View File

@ -202,10 +202,10 @@ workflows:
- test - test
filters: filters:
branches: branches:
only: circleci-cd only: master
- deploy: - deploy:
requires: requires:
- build_and_push_image - build_and_push_image
filters: filters:
branches: branches:
only: circleci-cd only: master