ci: kernel: trigger build check on changes in kernel.mk as well
authorPetr Štetiar <ynezz@true.cz>
Wed, 19 Oct 2022 21:02:43 +0000 (23:02 +0200)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Sun, 4 Dec 2022 15:27:00 +0000 (16:27 +0100)
So we can QA more parts of kernel build process.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
(cherry picked from commit 5e31c82bb506bff9c60c4d01791bea7a29e4a020)

.github/workflows/kernel.yml

index b9605b0deb591a2e580b71f8c4b6a437049b140e..c8d30c075891049f6561935ccb199616ebae57e5 100644 (file)
@@ -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/**'