Currently my pipeline always runs builds on other branches, My expectation is that my pipeline only need to run build of a single branch which is master branch only.
Trigger from my yml is simply like this
How do I need to change the yml so that it can be achieved as expected?
