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