Commit 7e26b11
ci: limit desktop build trigger to desktop/frontend paths only
The desktop workflow wraps the Go sidecar binary in a Tauri shell.
Go compilation and correctness are already validated by ci.yml (build,
test, vet, lint). The desktop build only needs to run when the Tauri
wrapper, frontend assets, or workflow config change — not for every
Go code change.
Removed go.mod, go.sum, cmd/, and internal/ from the paths filter.
The desktop-release workflow (tag-triggered) still builds everything
for actual releases.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 69b26f7 commit 7e26b11
1 file changed
+0
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | 9 | | |
14 | 10 | | |
15 | 11 | | |
| |||
0 commit comments