Skip to content

Commit

Permalink
Run docker build only for master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
alpe committed Jan 25, 2022
1 parent de38ea0 commit f4cdf14
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 f4cdf14

Please sign in to comment.