Skip to content

Commit 3ced524

Browse files
committed
ci: add next to workflow branch filters
1 parent 87e4285 commit 3ced524

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/mkosi-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
# would be silently dropped. The static job costs seconds and the image build
2626
# is gated by its own `if`, so an unfiltered push trigger is cheap.
2727
push:
28-
branches: [master]
28+
branches: [master, next]
2929
tags: ['mkosi-os-v*']
3030

3131
concurrency:

.github/workflows/spdx-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ name: SPDX License Check
66

77
on:
88
push:
9-
branches: [ master, main ]
9+
branches: [ master, next ]
1010
pull_request:
11-
branches: [ master, main ]
11+
branches: [ master, next ]
1212

1313
jobs:
1414
reuse-lint:

0 commit comments

Comments
 (0)