Run CI for backport releases (#35313)

This commit is contained in:
Sebastian "Sebbie" Silbermann
2025-12-07 11:46:19 +01:00
committed by Sebastian Sebbie Silbermann
parent bbed0b0ee6
commit 6bc6b1c747

View File

@@ -3,6 +3,10 @@ name: (Runtime) Build and Test
on:
push:
branches: [main]
tags:
# To get CI for backport releases.
# This will duplicate CI for releases from main which is acceptable
- "v*"
pull_request:
paths-ignore:
- compiler/**