diff options
Diffstat (limited to '.github/workflows/kernel.yml')
| -rw-r--r-- | .github/workflows/kernel.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/kernel.yml b/.github/workflows/kernel.yml index b918b2d88e4..6be7ef28c2f 100644 --- a/.github/workflows/kernel.yml +++ b/.github/workflows/kernel.yml @@ -17,6 +17,8 @@ on: - 'include/kernel*' - 'package/kernel/**' - 'target/linux/**' + branches-ignore: + - master permissions: contents: read |
