Skip to content

Commit f875d9e

Browse files
committed
Add library.properties to path filter of examples compilation workflow
Some fields of the library.properties metadata file can affect compilation, so the workflow should run when it has been modified.
1 parent 01aca72 commit f875d9e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/compile-examples.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ on:
44
pull_request:
55
paths:
66
- ".github/workflows/compile-examples.yml"
7+
- "library.properties"
78
- "examples/**"
89
- "src/**"
910
push:
1011
paths:
1112
- ".github/workflows/compile-examples.yml"
13+
- "library.properties"
1214
- "examples/**"
1315
- "src/**"
1416

0 commit comments

Comments
 (0)