Skip to content

Commit b466618

Browse files
committed
Force it to detect the 1.x branch
1 parent f3b3b6c commit b466618

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.teamcity/settings.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ project {
3939
+:refs/heads/(%git_main_branch%)
4040
+:refs/heads/(main*)
4141
+:refs/heads/(master*)
42-
+:refs/heads/(*.*)
42+
+:refs/heads/(1.x)
4343
+:refs/heads/(develop|release|staging|main|master)
4444
""".trimIndent(), label = "The branch specification of the repository", description = "By default all main branches are build by the configuration. Modify this value to adapt the branches build.", display = ParameterDisplay.HIDDEN, allowEmpty = true)
4545
}

0 commit comments

Comments
 (0)