Process Flow - Branch-specific pipeline behavior
Start Pipeline Trigger
Detect Branch Name
Match Branch?
No→Run Default Steps
Yes
Run Branch-Specific Steps
Complete Pipeline
The pipeline starts, detects the branch, checks if it matches a specific branch, then runs either branch-specific or default steps before finishing.