There was an error while loading. Please reload this page.
1 parent cdb9955 commit 0fdce48Copy full SHA for 0fdce48
1 file changed
.github/workflows/cloud-sandbox-image.yml
@@ -12,6 +12,11 @@ name: cloud-sandbox-image
12
13
on:
14
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]
20
21
jobs:
22
build-deploy:
0 commit comments