[ci] Allow CI on backport branches (#36551)
Sebastian "Sebbie" Silbermann committed
May 27, 2026 at 20:24 UTC
75ae73e68c028018480f844dc3b631edea02fdae
1 file changed
+1
-5
.github/workflows/runtime_build_and_test.yml
+1
-5
@@ -2,11 +2,7 @@ name: (Runtime) Build and Test
2
3
on:
4
push:
5
- branches: [main]
6
- tags:
7
- # To get CI for backport releases.
8
- # This will duplicate CI for releases from main which is acceptable
9
- - "v*"
5
+ branches: [main, releases/**]
6
pull_request:
7
paths-ignore:
8
- compiler/**