2

I've configured build with the following branch specification:

-:<default> +:refs/pull/*/merge

But such specification makes TC to trigger build for any PR, though I need this only for PRs to master.

Is it possible to achieve?

Pavel Voronin
  • 13,503
  • 7
  • 71
  • 137

1 Answers1

2

If my understanding of what you wish to achieve is correct, then unfortunately it is not possible at the moment. There has been a feature request for this in YouTrack for quite some time.

nils1k
  • 467
  • 5
  • 20