Skip to content

Commit f8f3172

Browse files
authored
Merge pull request #142 from per1234/adjust-ci-for-flat-layout
Adjust CI workflow for flat library layout
2 parents d935c23 + 94ad095 commit f8f3172

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/compile-examples.yml

+8-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,18 @@ on:
66
paths:
77
- ".github/workflows/compile-examples.yml"
88
- "examples/**"
9-
- "src/**"
9+
- "**.c"
10+
- "**.cpp"
11+
- "**.h"
12+
- "*.S"
1013
pull_request:
1114
paths:
1215
- ".github/workflows/compile-examples.yml"
1316
- "examples/**"
14-
- "src/**"
17+
- "**.c"
18+
- "**.cpp"
19+
- "**.h"
20+
- "*.S"
1521
schedule:
1622
# Run every Tuesday at 8 AM UTC to catch breakage caused by changes to external resources (libraries, platforms).
1723
- cron: "0 8 * * TUE"

0 commit comments

Comments
 (0)