File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ name: Build and Release Android
33# If you rename this workflow, update the workflow_run trigger in release-ios.yml.
44
55on :
6- push :
7- branches : [ main] # every merge to main cuts a release
8- workflow_dispatch : {} # manual fallback
6+ # Manual only. Releases are cut by hand (scripts/release.sh locally, or this dispatch) —
7+ # merging to main must NOT auto-publish to the stores.
8+ workflow_dispatch : {}
99
1010permissions :
1111 contents : write
Original file line number Diff line number Diff line change 1919name : UAT build (dev → internal testers)
2020
2121on :
22- push :
23- branches : [ dev]
22+ # Manual only. Betas are cut by hand (scripts/uat.sh locally, or this dispatch) — pushing
23+ # to dev must NOT auto-build/publish a beta.
2424 workflow_dispatch :
2525 inputs :
2626 platform :
You can’t perform that action at this time.
0 commit comments