Remove d8 branch prefix support in triggers
We no longer have active branches that has the d8 prefix (and if we
landed something on these, it would be mostly/all red release bots)
Change-Id: Ib35efa3798513e5a98e94df934b6c1b5085cc57e
diff --git a/infra/config/global/main.star b/infra/config/global/main.star
index 570d532..f641067 100755
--- a/infra/config/global/main.star
+++ b/infra/config/global/main.star
@@ -127,8 +127,7 @@
name = "branch-gitiles-trigger",
bucket = "ci",
repo = "https://r8.googlesource.com/r8",
- # Version branches are named d8-x.y (up until d8-1.5) or just x.y (from 1.6)
- refs = ["refs/heads/(?:d8-)?[0-9]+\\.[0-9]+(\\.[0-9]+)?"],
+ refs = ["refs/heads/[0-9]+\\.[0-9]+(\\.[0-9]+)?"],
path_regexps = ["src/main/java/com/android/tools/r8/Version.java"]
)