How to Disable Build Upon Push
Currently, my AppVeyor project will automatically build whenever i push to my repo (bitbucket).
How do i disable this auto build feature such that my AppVeyor project doesn't build upon a push to repo, but only build when i press the Build button?
Thanks,
Ivan
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 Feodor Fitsner on 22 Apr, 2014 06:59 AM
Hi Ivan,
Two options:
1) include
[skip ci]
into commit comments every time you commit: http://www.appveyor.com/docs/how-to/skip-build2) Delete AppVeyor webhook for that repository on BitBucket (repository settings -> hooks). You can see project webook URL on "General" tab of project settings in AppVeyor.
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:38 AM.