Reputation: 547
I'm trying to prevent TeamCity from queueing a build that has no changes. TeamCity is queueing two builds when a PR is merged from GitHub.
My setting looks like :
Any idea's ?
Here is a build summary log
Thanks in advance,
Tim
Upvotes: 1
Views: 1299
Reputation: 3575
Just add a new "Trigger Rule" that will watch for any file changes. That rule should be: "+:."
Upvotes: 1