Allow for multiple "default" branches when "Only build pull requests"
Jake Adams
We use the "Only build pull requests" option to reduce our CI overhead, but we also have
release/
branches that we treat as "default" branches. We currently have to rely on a GitHub Action to trigger a pipeline build for those branches, but being able to configure the Project in Circle by providing a branch naming pattern for "default" branches would simplify things.B
Benedetta Dal Canton
Hi Jake.
This is not currently not available through the UI, but it is via API. You can find details here: https://support.circleci.com/hc/en-us/articles/15222074173723-How-to-allowlist-additional-branches-for-Only-Build-Pull-Requests.
Jake Adams
This is great, thanks! Is there a product roadmap to make this visible on the UI?