projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b93a593
)
ci: kernel: trigger build check on changes in kernel.mk as well
author
Petr Štetiar
<ynezz@true.cz>
Wed, 19 Oct 2022 21:02:43 +0000
(23:02 +0200)
committer
Christian Marangi
<ansuelsmth@gmail.com>
Sun, 4 Dec 2022 16:36:58 +0000
(17:36 +0100)
So we can QA more parts of kernel build process.
Signed-off-by: Petr Štetiar <ynezz@true.cz>
(cherry picked from commit
5e31c82bb506bff9c60c4d01791bea7a29e4a020
)
.github/workflows/kernel.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/kernel.yml
b/.github/workflows/kernel.yml
index b9605b0deb591a2e580b71f8c4b6a437049b140e..c8d30c075891049f6561935ccb199616ebae57e5 100644
(file)
--- 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/**'