In my release pipeline I have configured build artifact. Enabled the 'continuous deployment trigger' (not added any branch filter) and disabled 'Pull request trigger'. Now when I raise PR, then the PR triggers a build (since I also have build validation configured in branch policy).
Once build completes, it triggers a release. Why does this happen when I have the "pull request trigger" disabled? Why is build due to a PR triggering a release when the "pull request trigger" on the build artifact is disabled?
The triggering of release prior to PR completion is prevented only when I add a branch filter to the "continuous deployment trigger".