diff options
-rw-r--r-- | .github/workflows/kernel.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/kernel.yml b/.github/workflows/kernel.yml index 2582a594ba..6a94e79779 100644 --- a/.github/workflows/kernel.yml +++ b/.github/workflows/kernel.yml @@ -8,7 +8,7 @@ on: - '.github/workflows/kernel.yml' - 'include/kernel*' - 'package/kernel/**' - - 'target/linux/generic/**' + - 'target/linux/**' push: paths: - '.github/workflows/check-kernel-patches.yml' |