Pull Requests deploy previews not triggering for non-main branch

@fool Thanks for the explanation.

I did write the site name in the OP:

The site name is brandtotal-www-frontend , though I’m not sure how much it helps here :man_shrugging:

So http://brandtotal-www-frontend.netlify.app/

Here’s what we have now:

I’ve had to add release/21 there to get PRs targeting it to get PR deploy previews.

From what I understand then, it’s the wording that’s off, and the actual behavior is as-expected - deploy for any PR targeting one of these:

  1. Production branch
  2. Branch deploys branches

Is there a way to make deploy previews get created for any PR? As mentioned, the issue here is that most branches we’ll have in the Branch deploys are short-lived, but crucial (i.e. release branches and/or hotfix branches). I can of course just change the toggle to use the “All” for “branch deploys”, but that’s sub-optimal by far, since it ignores pull requests completely, and so every push, to every branch, will get built, which is not what we want.