I setup my project to have multiple branches for option Only build pull requests as described here:
But there's a side effect :
I enabled Only build pull requests on our develop and master branches.
I also have Auto-cancel redundant workflows enabled.
My default branch is develop.
I have a deploy pipeline.
In my deploy pipeline, at the end, I add a git-tag which auto-cancel current pipeline because Auto-cancel redundant workflows is enabled.
Is it possible to also configure default branches on this option Auto-cancel redundant workflows
as Only build pull requests ?