mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-18 05:02:24 +08:00
Ignore settings changes in VCS triggers
This commit is contained in:
parent
0efc249387
commit
f5b7ddbd76
3
.teamcity/settings.kts
vendored
3
.teamcity/settings.kts
vendored
@ -380,6 +380,7 @@ object Frontpage : BuildType({
|
||||
triggers {
|
||||
vcs {
|
||||
quietPeriodMode = VcsTrigger.QuietPeriodMode.USE_DEFAULT
|
||||
triggerRules = "-:.teamcity/**"
|
||||
branchFilter = "+:master"
|
||||
}
|
||||
}
|
||||
@ -407,6 +408,7 @@ object Docs : BuildType({
|
||||
triggers {
|
||||
vcs {
|
||||
quietPeriodMode = VcsTrigger.QuietPeriodMode.USE_DEFAULT
|
||||
triggerRules = "-:.teamcity/**"
|
||||
}
|
||||
}
|
||||
})
|
||||
@ -513,6 +515,7 @@ object TestWorkflow : BuildType({
|
||||
triggers {
|
||||
vcs {
|
||||
quietPeriodMode = VcsTrigger.QuietPeriodMode.USE_DEFAULT
|
||||
triggerRules = "-:.teamcity/**"
|
||||
}
|
||||
}
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user