Skip to content

Commit 0fdce48

Browse files
committed
ci(cloud): trigger image build on push to the feature branch
1 parent cdb9955 commit 0fdce48

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/cloud-sandbox-image.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ name: cloud-sandbox-image
1212

1313
on:
1414
workflow_dispatch:
15+
# workflow_dispatch can't be triggered on a non-default branch via the API,
16+
# so during Phase 0 validation we drive CI by pushing to this feature branch.
17+
# Narrow / remove before merging to the default branch.
18+
push:
19+
branches: [dohooo/team-cloud-sandbox]
1520

1621
jobs:
1722
build-deploy:

0 commit comments

Comments
 (0)