Skip to content

Commit

Permalink
Remove branch condition for AppVeyor deploy
Browse files Browse the repository at this point in the history
Apparently:

"However, please note that in case of annotated tag, branch and
APPVEYOR_REPO_TAG are mutually exclusive. This is because, for webhook
created as a result of annotated tag, there is no practical reliable
way to recognize what branch the tag was created from."
  • Loading branch information
jacob-carlborg committed Apr 17, 2019
1 parent a3ac16d commit 7525220
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ deploy:
artifact: /dstep.+\.7z/
draft: true
on:
branch: master
appveyor_repo_tag: true
configuration: LLVM 8.0.0
d: ldc

0 comments on commit 7525220

Please sign in to comment.