I created the Team City assembly to build function branches:
Default branch: refs / heads / development Branch specification: refs / heads / feature / *
I have a vcs trigger, so it is created for every git click. But I do not want it to be built when someone clicked on the development branch.
I tried to play with the branch filter in the trigger, but any functions and developments are built on push, or none of them does.
I am using TC 9.1.1
source share