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>
diff --git a/.github/workflows/devicetree_checks.yml b/.github/workflows/devicetree_checks.yml
index 2d8fb5b..7e1f27d 100644
--- a/.github/workflows/devicetree_checks.yml
+++ b/.github/workflows/devicetree_checks.yml
@@ -8,9 +8,11 @@
push:
paths:
- 'scripts/dts/**'
+ - '.github/workflows/devicetree_checks.yml'
pull_request:
paths:
- 'scripts/dts/**'
+ - '.github/workflows/devicetree_checks.yml'
jobs:
build: