Commit f050a63
committed
ci: Add paths filter to skip CI on documentation-only changes
Add paths filter to push and pull_request triggers to run CI only when
relevant files are modified:
- src/**
- tests/**
- CMakeLists.txt
- Makefile
- .github/workflows/**
- third_party/**
This prevents unnecessary CI runs when only documentation files like
README or LICENSE are updated.1 parent cf36d0c commit f050a63
1 file changed
Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
6 | 13 | | |
7 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
8 | 22 | | |
9 | 23 | | |
10 | 24 | | |
| |||
0 commit comments