mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-15 14:19:07 +01:00
ci: kernel: trigger build check on changes in kernel.mk as well
So we can QA more parts of kernel build process.
Signed-off-by: Petr Štetiar <ynezz@true.cz>
(cherry picked from commit 5e31c82bb5)
This commit is contained in:
parent
5872b1bfd0
commit
4460990610
1 changed files with 2 additions and 2 deletions
4
.github/workflows/kernel.yml
vendored
4
.github/workflows/kernel.yml
vendored
|
|
@ -4,13 +4,13 @@ on:
|
|||
pull_request:
|
||||
paths:
|
||||
- '.github/workflows/kernel.yml'
|
||||
- 'include/kernel-*'
|
||||
- 'include/kernel*'
|
||||
- 'package/kernel/**'
|
||||
- 'target/linux/generic/**'
|
||||
push:
|
||||
paths:
|
||||
- '.github/workflows/kernel.yml'
|
||||
- 'include/kernel-*'
|
||||
- 'include/kernel*'
|
||||
- 'package/kernel/**'
|
||||
- 'target/linux/generic/**'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue