Skip to content

Commit

Permalink
Merge pull request #3630 from AdmiringWorm/fix-vcs-triggering
Browse files Browse the repository at this point in the history
(maint) Move support exclusion to VCR filter
  • Loading branch information
gep13 authored Feb 6, 2025
2 parents af3682e + 011ef86 commit 8845afd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .teamcity/settings.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ object Chocolatey : BuildType({

branchFilter = """
+:*
-:support/*
""".trimIndent()
}

Expand Down Expand Up @@ -73,7 +72,9 @@ object Chocolatey : BuildType({

triggers {
vcs {
branchFilter = ""
branchFilter = """
-:support/*
""".trimIndent()
}
}

Expand Down

0 comments on commit 8845afd

Please sign in to comment.