Merge pull request #142 from per1234/adjust-ci-for-flat-layout
Adjust CI workflow for flat library layout
This commit is contained in:
commit
f8f3172d60
10
.github/workflows/compile-examples.yml
vendored
10
.github/workflows/compile-examples.yml
vendored
@ -6,12 +6,18 @@ on:
|
||||
paths:
|
||||
- ".github/workflows/compile-examples.yml"
|
||||
- "examples/**"
|
||||
- "src/**"
|
||||
- "**.c"
|
||||
- "**.cpp"
|
||||
- "**.h"
|
||||
- "*.S"
|
||||
pull_request:
|
||||
paths:
|
||||
- ".github/workflows/compile-examples.yml"
|
||||
- "examples/**"
|
||||
- "src/**"
|
||||
- "**.c"
|
||||
- "**.cpp"
|
||||
- "**.h"
|
||||
- "*.S"
|
||||
schedule:
|
||||
# Run every Tuesday at 8 AM UTC to catch breakage caused by changes to external resources (libraries, platforms).
|
||||
- cron: "0 8 * * TUE"
|
||||
|
Loading…
Reference in New Issue
Block a user