diff options
| author | Petr Štetiar | 2022-10-19 21:02:43 +0000 |
|---|---|---|
| committer | Josef Schlehofer | 2022-12-04 15:27:00 +0000 |
| commit | 44609906109fae04b33ff67c5fbe651f566ef7b3 (patch) | |
| tree | 2ab50593126972f4acdbd5483238a7978809d88c | |
| parent | 5872b1bfd09b7a43b8fa1ca0e977d20818192cbe (diff) | |
| download | openwrt-44609906109fae04b33ff67c5fbe651f566ef7b3.tar.gz | |
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 5e31c82bb506bff9c60c4d01791bea7a29e4a020)
| -rw-r--r-- | .github/workflows/kernel.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/kernel.yml b/.github/workflows/kernel.yml index b9605b0deb..c8d30c0758 100644 --- a/.github/workflows/kernel.yml +++ b/.github/workflows/kernel.yml @@ -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/**' |