aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/kernel.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/kernel.yml')
-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/**'