Skip to content

Commit

Permalink
Explicitly lists tags filters for deploy.
Browse files Browse the repository at this point in the history
I believe that the existence of filters overrides the merge operator from
before, so the common tag filter doesn't work.
  • Loading branch information
jaqx0r committed Mar 3, 2018
1 parent 7733662 commit 60ed333
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,11 @@ workflows:
- build-go1.8-2
- build-go1.8-1
- deploy:
<<: *tag-filter
requires:
- coverage
filters:
tags:
only: /^v.*/
# Explicitly disable all branches, otherwise we match on every
# commit.
branches:
Expand Down

0 comments on commit 60ed333

Please sign in to comment.