diff options
Diffstat (limited to '.github/workflows')
-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/**' |