We’ve added exclusion options to Rolling Builds for Push triggers, giving you precise control over which builds should never be aborted, even when newer commits are pushed.
What’s new
Branch exclusions: Specify certain branches (like main or release branches) that should never have their builds aborted, ensuring every commit on critical branches completes CI checks
Workflow/pipeline exclusions: Define specific workflows or pipelines (such as deployment or validation steps) that should always run to completion regardless of new commits
This enhancement addresses the needs of teams requiring complete CI coverage for certain branches or workflows, AND also benefiting from Rolling builds’ resource optimization elsewhere in their development process.
To configure exclusions, visit your app’s Rolling Builds settings. At this time, exclusions apply only to Push triggers.