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:
Øyvind Rønningstad 2020-12-10 20:36:58 +01:00 committed by Anas Nashif
parent b517b1fc60
commit 9d2e64191c

View file

@ -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: