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.

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.