@samitouri / QOS-React-2 / commits / 41745339cd

Run CI for backport releases (#35313)

Sebastian "Sebbie" Silbermann committed Dec 7, 2025 at 11:46 UTC 41745339cd258065e47a692bb29d925561b70f08
1 file changed +4
.github/workflows/runtime_build_and_test.yml
+4
@@ -3,6 +3,10 @@ name: (Runtime) Build and Test
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*"
10 pull_request:
11 paths-ignore:
12 - compiler/**