Skip to content

Commit 69e1372

Browse files
committed
Run examples compilation CI workflow on changes to library.properties
The library.properties metadata file can have an impact on compilation, so the CI workflow should run when it's changed in order to assist in validation of those changes.
1 parent 833bb5e commit 69e1372

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/compile-examples.yml

+2
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

910
push:
1011
paths:
1112
- ".github/workflows/compile-examples.yml"
13+
- "library.properties"
1214
- "examples/**"
1315

1416
# Scheduled trigger checks for breakage caused by changes to external resources (libraries, platforms)

0 commit comments

Comments
 (0)