Trigger on pushes to specific branches.
Section: Workflow skeleton
Run on push to selected branches
yaml
yaml
on:
push:
branches:
- main
- developExplanation
Use branch filters to avoid running expensive workflows everywhere.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Workflow skeleton