Commit ad8578a
perf(ci): add path filters to skip CI for non-business logic changes
Add comprehensive path filters to only trigger CI when files that affect
functionality change:
Included paths:
- Rust source (*.rs) and config (Cargo.toml/lock, build.rs)
- JavaScript/TypeScript (*.js, *.ts, *.jsx, *.tsx, *.mjs)
- Frontend assets (*.html, *.css)
- Node.js config (package.json/lock, tsconfig, vite/vitest/playwright)
- Tauri config (tauri.conf.json)
- Task runner (taskfile.yml, taskfiles/**/*.yml)
- Test files (tests/**/* and **/tests/**/*)
- CI workflow itself (.github/workflows/test.yml)
Excluded (won't trigger CI):
- Documentation files (*.md, AGENTS.md, CLAUDE.md)
- Backlog tasks (backlog/**/*.md)
- Dependency audit reports
- Other non-functional changes
This saves CI compute resources by skipping test runs when only
documentation or project management files change.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 41a151f commit ad8578a
1 file changed
Lines changed: 62 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 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
6 | 37 | | |
7 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
8 | 70 | | |
9 | 71 | | |
10 | 72 | | |
| |||
0 commit comments