Skip to content

Commit

Permalink
Disable production deploy on non-master
Browse files Browse the repository at this point in the history
  • Loading branch information
CompuIves committed Nov 1, 2019
1 parent c9902cd commit 66172c1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 366,10 @@ workflows:
requires:
- deploy-production-approval
- create-docker-image
filters:
branches:
only:
- master
- deploy-staging-approval:
type: approval
- deploy-to-staging:
Expand Down

0 comments on commit 66172c1

Please sign in to comment.