Skip to content

Commit 7e26b11

Browse files
wesmclaude
andcommitted
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

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/desktop-artifacts.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ on:
66
paths:
77
- 'desktop/**'
88
- 'frontend/**'
9-
- 'cmd/agentsview/**'
10-
- 'internal/web/**'
11-
- 'go.mod'
12-
- 'go.sum'
139
- '.github/workflows/desktop-*.yml'
1410

1511
permissions:

0 commit comments

Comments
 (0)