Skip to content

Commit 69b26f7

Browse files
wesmclaude
andcommitted
ci: narrow desktop build paths to avoid unnecessary runs
Restrict the pull_request paths filter to directories that actually affect the desktop binary: cmd/agentsview/, internal/web/, desktop/, and frontend/. Previously internal/** triggered desktop builds for any Go change including test-only modifications. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d4fee72 commit 69b26f7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/desktop-artifacts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ on:
66
paths:
77
- 'desktop/**'
88
- 'frontend/**'
9-
- 'cmd/**'
10-
- 'internal/**'
9+
- 'cmd/agentsview/**'
10+
- 'internal/web/**'
1111
- 'go.mod'
1212
- 'go.sum'
1313
- '.github/workflows/desktop-*.yml'

0 commit comments

Comments
 (0)