Add a section to the config: ``` events: pull_request: "deploy" || "ignore" # deploy by default commit: "deploy" || "ignore" # deploy by default ``` Based on the defined events it **should** or **should NOT** do deploys