mirror of
https://github.com/openclaw/openclaw.git
synced 2026-02-19 18:39:20 -05:00
Enable the staged branch promotion pipeline: - ci.yml: remove push-to-main trigger (handled by release-orchestrator), add workflow_call input for test_stage, gate Windows tests to beta+ and macOS tests to stable-only to reduce PR CI cost. - Re-enable push triggers on feature-pr, hotfix-pr, promote-branch, and release-orchestrator workflows. - Update CONTRIBUTING.md to reflect active branch strategy. IMPORTANT: Before merging, ensure develop/alpha/beta branches are created and the team is ready for the new workflow. Depends on: dev/ci-additive-workflows (PR1)