mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-01 19:46:51 +00: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
b93a59352f
commit
de29c8bda7
4
.github/workflows/kernel.yml
vendored
4
.github/workflows/kernel.yml
vendored
@ -4,13 +4,13 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- '.github/workflows/kernel.yml'
|
- '.github/workflows/kernel.yml'
|
||||||
- 'include/kernel-*'
|
- 'include/kernel*'
|
||||||
- 'package/kernel/**'
|
- 'package/kernel/**'
|
||||||
- 'target/linux/generic/**'
|
- 'target/linux/generic/**'
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- '.github/workflows/kernel.yml'
|
- '.github/workflows/kernel.yml'
|
||||||
- 'include/kernel-*'
|
- 'include/kernel*'
|
||||||
- 'package/kernel/**'
|
- 'package/kernel/**'
|
||||||
- 'target/linux/generic/**'
|
- 'target/linux/generic/**'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user