ci: tools: run the job on changes in include directory as well
In order to prevent regressions like with #12617. Signed-off-by: Petr Štetiar <ynezz@true.cz>
This commit is contained in:
2
.github/workflows/tools.yml
vendored
2
.github/workflows/tools.yml
vendored
@@ -3,11 +3,13 @@ name: Build host tools
|
|||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
|
- 'include/**'
|
||||||
- 'tools/**'
|
- 'tools/**'
|
||||||
- '.github/workflows/build-tools.yml'
|
- '.github/workflows/build-tools.yml'
|
||||||
- '.github/workflows/tools.yml'
|
- '.github/workflows/tools.yml'
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
|
- 'include/**'
|
||||||
- 'tools/**'
|
- 'tools/**'
|
||||||
- '.github/workflows/build-tools.yml'
|
- '.github/workflows/build-tools.yml'
|
||||||
- '.github/workflows/tools.yml'
|
- '.github/workflows/tools.yml'
|
||||||
|
|||||||
Reference in New Issue
Block a user