Process Flow - Required status checks
Push code to branch
Trigger CI/CD pipeline
Run status checks
All checks pass?
No→Block merge
Yes
Allow merge to main branch
This flow shows how pushing code triggers status checks, which must all pass before merging.