How to Disable Build Upon Push

ivan.chong's Avatar

ivan.chong

22 Apr, 2014 05:17 AM

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

  1. Support Staff 1 Posted by Feodor Fitsner on 22 Apr, 2014 06:59 AM

    Feodor Fitsner's Avatar

    Hi Ivan,

    Two options:
    1) include [skip ci] into commit comments every time you commit: http://www.appveyor.com/docs/how-to/skip-build
    2) 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.

  2. Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:38 AM.

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