Skip to content

Commit f13f869

Browse files
leogdionclaude
andcommitted
Disable workflow on subrepo branches in BushelCloud
Only run the bushel-cloud-build workflow on PRs targeting main branch. This prevents the workflow from failing on subrepo branches like 'mistkit' where the local MistKit path dependency is not available. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent babafdb commit f13f869

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/bushel-cloud-build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ on:
99
# Allow manual trigger
1010
workflow_dispatch:
1111

12-
# Build on PRs for validation
12+
# Build on PRs for validation (only PRs targeting main)
1313
pull_request:
14+
branches:
15+
- main
1416

1517
# Prevent concurrent builds
1618
# Why cancel-in-progress?

0 commit comments

Comments
 (0)