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
filters:
branches:
only: circleci-cd
only: master
- deploy:
requires:
- build_and_push_image
filters:
branches:
only: circleci-cd
only: master