Skip to content

Commit e05462c

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 e2bf70c commit e05462c

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
# Scheduled trigger checks for breakage caused by changes to external resources (libraries, platforms)

0 commit comments

Comments
 (0)