Commit f7a5d2e
fix: always generate preview workflow during onboarding regardless of devBranch
The preview yml was silently skipped when the repo had no branch named
"develop" (scan returns developmentBranch: null) and the user didn't
explicitly set a development branch during onboarding — causing the
initial preview deployment to never trigger.
The workflow template already defaults to "develop" when devBranch is
null, so the && input.devBranch guard was stricter than needed. Removing
it ensures shipbrain-preview.yml is always written during initial setup.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent eba1bd8 commit f7a5d2e
1 file changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
246 | | - | |
247 | | - | |
248 | | - | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
249 | 250 | | |
250 | 251 | | |
251 | 252 | | |
| |||
0 commit comments