A development team wants to automatically run unit tests and static code analysis on every push to a Cloud Source Repository, but only run integration tests on merges to the main branch. Which Cloud Build trigger configuration should they use?
Select one:
The trap here is that candidates mistakenly think a single trigger with conditional steps or substit...