I have a working configuration with Jenkins, Stash, and Git. Builds are triggered when I push changes to Git, when a new pull request is created, and when I trigger a build manually from Stash. I would like to trigger builds only from stash, either as a result of creating a pull request or manually by pressing the "Trigger build" button. Is there a way to configure my Jenkins project to NOT trigger on Git commits?