Skip to content

Commit

Permalink
ci: kernel: trigger build check on changes in kernel.mk as well
Browse files Browse the repository at this point in the history
So we can QA more parts of kernel build process.

Signed-off-by: Petr Štetiar <[email protected]>
(cherry picked from commit 5e31c82bb506bff9c60c4d01791bea7a29e4a020)
  • Loading branch information
ynezz authored and BKPepe committed Dec 4, 2022
1 parent 5872b1b commit 4460990
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/**'

Expand Down

0 comments on commit 4460990

Please sign in to comment.