How to Skip Automatic Netlify Build When Committing to GitHub

If you auto-build with every push, did you know you can tell Netlify to skip building a given commit? Just add “[skip netlify]” to your commit message.

That’s gonna be super useful for something I have planned!