From 39fa17c6159d18062edc4ccb1d8f32a5581bb7f6 Mon Sep 17 00:00:00 2001 From: Nicolas Hrubec Date: Wed, 22 Jul 2026 16:22:14 +0200 Subject: [PATCH] ci: Add `v10` to build and license-compliance branch filters The `v10` maintenance branch was missing from the branch filters of the build and license-compliance workflows (which already list `v9`/`v8`), so these checks never triggered for `v10` PRs. Add `v10` alongside the other maintained majors. Co-Authored-By: Claude Opus 4.8 (1M context) --- .github/workflows/build.yml | 1 + .github/workflows/enforce-license-compliance.yml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 553279c19590..17bf2143e1e7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,6 +4,7 @@ on: branches: - develop - master + - v10 - v9 - v8 - release/** diff --git a/.github/workflows/enforce-license-compliance.yml b/.github/workflows/enforce-license-compliance.yml index 0f186ad9a7a0..5942bdb0c355 100644 --- a/.github/workflows/enforce-license-compliance.yml +++ b/.github/workflows/enforce-license-compliance.yml @@ -5,6 +5,7 @@ on: branches: - develop - master + - v10 - v9 - v8 - release/** @@ -12,6 +13,7 @@ on: branches: - develop - master + - v10 - v9 - v8