Configure auto build

Hello,
I just started exploring cloud build & its awesome.

I wanted to know If I can configure when the build is triggered. Right now, a build is triggrred on every check-in/commit. I don’t want a new build every time I check-in something.

Is there a way I can control it?

I am thinking more like a command in my commit message,
an example would be, if I check-in a fix with a message,
[BUILD] Fixed a crash on app launch.

Here the tag [BUILD] will trigger the auto build.

is this possible?

Thanks,
Altaf

This sounds like a good idea. I think someone has suggested something similar on the feedback site. If so, give it a vote (or two): http://feedback.unity3d.com/suggestions/build-only-when-a-specific-keyword-exists-in-the-commit-message

Cheers,
Patrick

Done. Gave 10 Votes :wink:

Thanks…