I want to set automatic build on Codemagic
whenever there is a merge on Develop
branch
Here is what i have set up
But the build does not happen when there is a merge.
I want to set automatic build on Codemagic
whenever there is a merge on Develop
branch
Here is what i have set up
But the build does not happen when there is a merge.
if you use repository that hosted not in GitHub, Bitbucket or GitLab you need to add webhook to the repository manually as described here https://docs.codemagic.io/building/automatic-build-triggering/#webhooks
Codemagic supports all Git-based repository like Azure DevOps or self-hosted repositories.
If you aren't the owner or creator of the repo on GitHub you can't add Webhooks by yourself or by codemagic so ask the repo creator to add the Webhooks