Commit 5c6b0c6
committed
ci: Only trigger workflow on Java source file changes
Modified workflow to filter triggers by file paths:
- Runs on **.java file changes
- Runs when workflow itself is modified
- Still supports manual workflow_dispatch
This prevents unnecessary CI runs on documentation/config changes.1 parent 960e963 commit 5c6b0c6
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
7 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
8 | 14 | | |
9 | 15 | | |
10 | 16 | | |
| |||
0 commit comments