From 3ced524eda5abdbbaa55fe2eb39dbf55f19e8663 Mon Sep 17 00:00:00 2001 From: Kevin Wang Date: Fri, 7 Aug 2026 06:11:31 -0700 Subject: [PATCH] ci: add next to workflow branch filters --- .github/workflows/mkosi-build.yml | 2 +- .github/workflows/spdx-check.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/mkosi-build.yml b/.github/workflows/mkosi-build.yml index ac98b7b76..02e7978ce 100644 --- a/.github/workflows/mkosi-build.yml +++ b/.github/workflows/mkosi-build.yml @@ -25,7 +25,7 @@ on: # would be silently dropped. The static job costs seconds and the image build # is gated by its own `if`, so an unfiltered push trigger is cheap. push: - branches: [master] + branches: [master, next] tags: ['mkosi-os-v*'] concurrency: diff --git a/.github/workflows/spdx-check.yml b/.github/workflows/spdx-check.yml index 1c9e6e990..e2328315f 100644 --- a/.github/workflows/spdx-check.yml +++ b/.github/workflows/spdx-check.yml @@ -6,9 +6,9 @@ name: SPDX License Check on: push: - branches: [ master, main ] + branches: [ master, next ] pull_request: - branches: [ master, main ] + branches: [ master, next ] jobs: reuse-lint: