Tim Ververs
Tim Ververs

Reputation: 547

Prevent teamcity from running a build with no changes

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 :

VCS Trigger

VCS Settings

Any idea's ?

Here is a build summary log

Build summary log

Thanks in advance,

Tim

Upvotes: 1

Views: 1299

Answers (1)

Ben Richards
Ben Richards

Reputation: 3575

Just add a new "Trigger Rule" that will watch for any file changes. That rule should be: "+:."

Upvotes: 1

Related Questions