aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorPetr Štetiar <ynezz@true.cz>2022-10-19 23:02:43 +0200
committerChristian Marangi <ansuelsmth@gmail.com>2022-12-04 17:36:58 +0100
commitde29c8bda75ad8a939562cd5c502c08a8bb63883 (patch)
treed849eff82021445327a30c60c7ced2104d0cf475 /.github
parentb93a59352f006e73b46388e2fd6f0d1540e8e4ca (diff)
downloadupstream-de29c8bda75ad8a939562cd5c502c08a8bb63883.tar.gz
upstream-de29c8bda75ad8a939562cd5c502c08a8bb63883.tar.bz2
upstream-de29c8bda75ad8a939562cd5c502c08a8bb63883.zip
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)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/kernel.yml4
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/**'