In my teamcity build configuration:
VCS branch: master
VCS branch specification:
+:refs/heads/hotfix/(*)
+:refs/heads/(master)
VCS trigger:
Quiet period: 60 seconds (default)
Branch filter:
+:*
-:<default>
And trigger run build only if has changes in master. Tf there are changes in other VCS branches (in branch specification), TeamCity shows "Pending (N)", but the trigger does not start the build.
How to make a run TeamCity build? I have used different ways of specifying brunch filters, does not help