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: