How to 'disable' automated builds

I got automated builds working vs. my github repo (cool) but I really do not want an automated build every time I make a change to the repo, which might be something like a toplevel readme or the like that doesn’t require building anything. I’d like ‘manual’ builds working, but automated builds ‘disabled’ so I don’t eat up my Digital Ocean balance.

Is this possible ? How ?