|
@@ -3,12 +3,16 @@ name: Build Kernel
|
|
|
on:
|
|
|
pull_request:
|
|
|
paths:
|
|
|
+ - '.github/workflows/check-kernel-patches.yml'
|
|
|
+ - '.github/workflows/build.yml'
|
|
|
- '.github/workflows/kernel.yml'
|
|
|
- 'include/kernel*'
|
|
|
- 'package/kernel/**'
|
|
|
- 'target/linux/generic/**'
|
|
|
push:
|
|
|
paths:
|
|
|
+ - '.github/workflows/check-kernel-patches.yml'
|
|
|
+ - '.github/workflows/build.yml'
|
|
|
- '.github/workflows/kernel.yml'
|
|
|
- 'include/kernel*'
|
|
|
- 'package/kernel/**'
|