How to disable automatic builds?

Hey, My build time is running out, So I want to change settings that netlify should not build everything that is happening on master branch like pull requests etc. And do it whenever I want to save time from dependency update etc.

Hey there!

This discussion covers a few means of disabling automatic git deploys. Hope it helps!

that’s for webhooks, but im using Github app so that option is no longer viable. any other idea?

@fool wrote a great piece on some of the measures you could make use of! Of note:

You can tell us to skip any build by including the characters [skip ci] in your commit message.