Skip to content

Commit

Permalink
docker build and push only for master and tags
Browse files Browse the repository at this point in the history
  • Loading branch information
makoscafee committed Aug 11, 2020
1 parent 1db5c34 commit 429ac01
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Expand Up @@ -64,7 +64,9 @@ workflows:
- test
filters:
branches:
ignore: /pull\/[0-9]+/
only: /master/
tags:
only: /.*/

release:
jobs:
Expand Down

0 comments on commit 429ac01

Please sign in to comment.