Adding a GitHub webhook
You can specify webhooks so that Bitrise automatically triggers a build of your app whenever you perform a specified action, such as a code push or a pull request. For GitHub, all you have to do is register your bitrise-webhooks
URL as a Webhook in your GitHub repository.
You can register a webhook either automatically or manually. This guide walks you through the process of manually registering a webhook.
-
Open your app on Bitrise.
-
Go to the Code tab of your app’s page and in the INCOMING WEBHOOKS menu, click SETUP MANUALLY.
-
Select GitHub from the dropdown menu.
-
Copy the webhook URL for the selected service.
-
Navigate to your GitHub repository and select Settings.
-
Select Add webhook under Webhooks.
-
Paste the GitHub Webhook URL from Bitrise to the Payload URL.
-
And on the same page, select Let me select individual events.
-
Select Pull request and Push.
-
Press the Add webhook button and you're done.