5

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.

Mikhail Tokarev
  • 2,843
  • 1
  • 14
  • 35
Neat
  • 233
  • 1
  • 4
  • 14

2 Answers2

5

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.

Mikhail Tokarev
  • 2,843
  • 1
  • 14
  • 35
1

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

Abdelrahman Tareq
  • 1,874
  • 3
  • 17
  • 32