Skip to content

Commit 1e7d9a6

Browse files
committed
Fix trigger rules for plugin jar build
1 parent 96aa42e commit 1e7d9a6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.teamcity/settings.kts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,12 @@ class PluginJar : BuildType() {
156156
configureVcs()
157157
triggers {
158158
vcs {
159+
triggerRules = """
160+
+:**.java
161+
+:**.kt
162+
+:**.kts
163+
-:comment=^\\[ci skip\\].*
164+
""".trimIndent()
159165
branchFilter = "+:master"
160166
}
161167
}

0 commit comments

Comments
 (0)