Skip to content

Commit

Permalink
fix: only build image for master
Browse files Browse the repository at this point in the history
  • Loading branch information
theycallmehero committed Nov 4, 2021
1 parent 63945d4 commit b343a34
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 @@ -136,6 +136,10 @@ workflows:
context: global
- docker_image:
context: global
filters:
branches:
only:
- master
requires:
- otp_release
- deploy:
Expand Down

0 comments on commit b343a34

Please sign in to comment.