Deployment to GitHub
My yaml says:
deploy:
release: felix-win64
description: 'Felix for Windows x64'
provider: GitHub
auth_token: <hidden>
artifact: felix-win64.zip
draft: false
prerelease: false
on:
branch: master
appveyor_repo_tag: true
I commited tag trial-release.
Appveyor says:
Skip "GitHub" deployment as no branches matched (build branch is "trial-release", deploy on branches "master")
Huh?374
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
| ? | Show this help |
|---|---|
| ESC | Blurs the current field |
Comment Form
| r | Focus the comment reply box |
|---|---|
| ^ + ↩ | Submit the comment |
You can use Command ⌘ instead of Control ^ on Mac

1 Posted by tomasz on 30 Mar, 2016 11:17 AM
Please fix this. When there is a tag, it is reported as branch name and this block deployment when the setup is as documented
on: branch: master appveyor_repo_tag: true
Support Staff 2 Posted by Feodor Fitsner on 30 Mar, 2016 09:15 PM
Take a look at these two threads discussing empty tag behavior:
http://help.appveyor.com/discussions/problems/3960-build-on-tag-wro...
http://help.appveyor.com/discussions/problems/3483-github-tag-push-...
3 Posted by tomasz on 31 Mar, 2016 07:03 AM
Thanks, the regex branch name does the trick. Such solution will work with any repo not only GitHub webhook I Guess.
Please close
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:05 AM.