Skip to content

Commit 8845afd

Browse files
authored
Merge pull request #3630 from AdmiringWorm/fix-vcs-triggering
(maint) Move support exclusion to VCR filter
2 parents af3682e + 011ef86 commit 8845afd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.teamcity/settings.kts

+3-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ object Chocolatey : BuildType({
3939

4040
branchFilter = """
4141
+:*
42-
-:support/*
4342
""".trimIndent()
4443
}
4544

@@ -73,7 +72,9 @@ object Chocolatey : BuildType({
7372

7473
triggers {
7574
vcs {
76-
branchFilter = ""
75+
branchFilter = """
76+
-:support/*
77+
""".trimIndent()
7778
}
7879
}
7980

0 commit comments

Comments
 (0)