I'm using git with bitbucket, we've a pre-receive hook that checks commit message format, when the push is done from local to remote pre-receive hook works perfectly, but when the commit is done from bitbucket server the hook is not triggered.
Is there a way to trigger hook on modification from bitbucket server.