Skip to content

Commit

Permalink
Merge pull request cosmos#734 from CosmWasm/docker_master_builds
Browse files Browse the repository at this point in the history
Run docker build only for master branch
  • Loading branch information
ethanfrey committed Jan 31, 2022
2 parents eb183fa + f4cdf14 commit 7625caf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,10 +186,10 @@ workflows:
- docker-image:
requires:
- setup-dependencies
# filters:
# branches:
# only:
# - master
filters:
branches:
only:
- master
- docker-tagged:
filters:
tags:
Expand Down

0 comments on commit 7625caf

Please sign in to comment.