Dot not build when a file is added to a release
At the end of my build (4 builds on travis) and a build on AppVeyor, I create a release in github release with this tool : https://github.com/GabLeRoux/github-release.
When that happen, AppVeyor rebuild. I found a setting "Do not build tags, but that doesn't work.
Here is my project : https://github.com/jief666/hdimount/tree/wip. What am I doing wrong ?
Thanks.
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
Support Staff 1 Posted by Owen McDonnell on 28 May, 2019 04:45 AM
Do not build tags
is the correct configuration option to stop the behaviour to which you're referring.The problem is that you probably set this in the UI only, and since you have an
appveyor.yml
config file, this setting is not respected. You'll want to addskip_tags: true
to your config file.Ilya Finkelshteyn closed this discussion on 28 Jul, 2019 09:01 PM.