Skip to content
Latchkey

Feature Branch Workflow - CI/CD Glossary Definition

A feature branch workflow is a branching model where each unit of work is developed on its own branch off the main line and merged back via a pull request after review and checks pass.

In CI/CD

CI runs the full pipeline on the feature branch and its pull request, so the merge to main only happens once the change is proven green, keeping the main branch releasable.

Related guides

Tired of flaky CI? Latchkey auto-heals failed jobs and retries them for you. Start free →