devicetree_checks.yml: Add itself to path filter
So build is run when devicetree_checks.yml is changed. Signed-off-by: Øyvind Rønningstad <oyvind.ronningstad@nordicsemi.no>
This commit is contained in:
parent
b517b1fc60
commit
9d2e64191c
2
.github/workflows/devicetree_checks.yml
vendored
2
.github/workflows/devicetree_checks.yml
vendored
|
@ -8,9 +8,11 @@ on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- 'scripts/dts/**'
|
- 'scripts/dts/**'
|
||||||
|
- '.github/workflows/devicetree_checks.yml'
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- 'scripts/dts/**'
|
- 'scripts/dts/**'
|
||||||
|
- '.github/workflows/devicetree_checks.yml'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Reference in a new issue