How to set automatic build for Codemagic?

872

Solution 1

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.

Solution 2

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 enter image description here

Share:
872
Neat
Author by

Neat

Updated on December 16, 2022

Comments

  • Neat
    Neat over 1 year

    I want to set automatic build on Codemagic whenever there is a merge on Develop branch

    Here is what i have set up

    enter image description here

    But the build does not happen when there is a merge.