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.
© 2022 - 2024 — McMap. All rights reserved.
not supported for apps from custom sources
, where is your repository hosted? – Rodolforodolph