Skip to content

Commit 77cb8db

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 e043ef1 commit 77cb8db

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
@@ -5,11 +5,13 @@ on:
55
pull_request:
66
paths:
77
- .github/workflows/compile-examples.yml
8+
- library.properties
89
- examples/**
910
- src/**
1011
push:
1112
paths:
1213
- .github/workflows/compile-examples.yml
14+
- library.properties
1315
- examples/**
1416
- src/**
1517
schedule:

0 commit comments

Comments
 (0)