Commit df0e5da
committed
ci: Limit workflow triggers to source files only
Configure build-release.yml to only run on:
- Java source file changes (**.java)
- Workflow file changes
This prevents unnecessary builds when updating documentation
files like README.md or other non-source files.1 parent 87cebc0 commit df0e5da
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
7 | 10 | | |
8 | 11 | | |
9 | 12 | | |
| |||
0 commit comments