How to prevent a Bitbucket build from running on every change in the Bitbucket UI?

I have a repository on bitbucket which initiates a build to run on every change I make to the bitbucket UI like adding reviews, changing description etc. I want the build pipeline to only run when I am updating the code after git commit/ git push.

Mar 4, 2025 - 04:53
 0
How to prevent a Bitbucket build from running on every change in the Bitbucket UI?

I have a repository on bitbucket which initiates a build to run on every change I make to the bitbucket UI like adding reviews, changing description etc. I want the build pipeline to only run when I am updating the code after git commit/ git push.