main publishes it to Live.
Gate publishing on test results
A typical CI job runs the relevant test set on a Branch. If the set passes, the job merges the Branch intomain, which publishes it to Live. If the set fails, the Branch stays where it is and Live is unaffected.
Use the Merge branch and Rollback endpoints to wire this into your CI pipeline.
Related pages
Simulation tests
Author the test cases that CI runs.
Run and review
Organize tests into sets for CI.
Environments
How changes move from a Branch to Live, with Staging optional.
Deployments API
Rollback and other deployment endpoints.

