From: Petr Štetiar Date: Wed, 19 Oct 2022 21:02:43 +0000 (+0200) Subject: ci: kernel: trigger build check on changes in kernel.mk as well X-Git-Tag: v22.03.3~85 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=de29c8bda75ad8a939562cd5c502c08a8bb63883;p=openwrt%2Fopenwrt.git 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 (cherry picked from commit 5e31c82bb506bff9c60c4d01791bea7a29e4a020) --- 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/**'