Skip to content

Commit 9d2e641

Browse files
oyvindronningstadnashif
authored andcommitted
devicetree_checks.yml: Add itself to path filter
So build is run when devicetree_checks.yml is changed. Signed-off-by: Øyvind Rønningstad <[email protected]>
1 parent b517b1f commit 9d2e641

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/devicetree_checks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@ on:
88
push:
99
paths:
1010
- 'scripts/dts/**'
11+
- '.github/workflows/devicetree_checks.yml'
1112
pull_request:
1213
paths:
1314
- 'scripts/dts/**'
15+
- '.github/workflows/devicetree_checks.yml'
1416

1517
jobs:
1618
build:

0 commit comments

Comments
 (0)