projects
/
openwrt
/
staging
/
blocktrron.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7855378
)
ci: tools: run the job on changes in include directory as well
author
Petr Štetiar
<ynezz@true.cz>
Tue, 23 May 2023 12:27:05 +0000
(14:27 +0200)
committer
Petr Štetiar
<ynezz@true.cz>
Tue, 23 May 2023 15:49:57 +0000
(17:49 +0200)
In order to prevent regressions like with #12617.
Signed-off-by: Petr Štetiar <ynezz@true.cz>
.github/workflows/tools.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/tools.yml
b/.github/workflows/tools.yml
index b9d712c2a6966950d7fa8e75d75e75824c8516cb..76ebdc664b89ae5409e576d44600a6c5c9e6c6e4 100644
(file)
--- a/
.github/workflows/tools.yml
+++ b/
.github/workflows/tools.yml
@@
-3,11
+3,13
@@
name: Build host tools
on:
pull_request:
paths:
+ - 'include/**'
- 'tools/**'
- '.github/workflows/build-tools.yml'
- '.github/workflows/tools.yml'
push:
paths:
+ - 'include/**'
- 'tools/**'
- '.github/workflows/build-tools.yml'
- '.github/workflows/tools.yml'