Skip to content

Commit

Permalink
fix: .circleci build for tag
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-kallavus committed Oct 7, 2021
1 parent e9df2cb commit 8dc88ad
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,9 +236,10 @@ workflows:
- tag_master_image:
context: global
filters:
tags:
only: /^v.*/
branches:
only:
- master
ignore: /.*/
requires:
- dependencies
- build
Expand Down

0 comments on commit 8dc88ad

Please sign in to comment.