Commit 6ba259b
committed
Limit test-platforms workflow to source file changes
Add path filters to only trigger the workflow when source files are modified:
- lib/** (library code)
- test/** (test files)
- package.json and package-lock.json (dependencies)
- eslint.config.js (linting config)
- .github/workflows/test-platforms.yml (the workflow itself)
This prevents unnecessary workflow runs when documentation files like
README.md or LICENSE are modified.1 parent 1e3cced commit 6ba259b
1 file changed
Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
9 | 16 | | |
10 | 17 | | |
11 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
12 | 26 | | |
13 | 27 | | |
14 | 28 | | |
| |||
0 commit comments