Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Codemagic automatic build not getting triggered

I have my public repository on github and i have connected it with codemagic. I have configured build such that it gets triggered on push. My understanding says that, this configuration will trigger build on push to any branch. But Even after pushing the code to master branch i couldn't see the app building on codemagic.

Screenshot of the codemagic configuration

enter image description here

Screenshot of the webhook.

enter image description here

like image 384
Programming Nut Avatar asked Aug 16 '26 10:08

Programming Nut


1 Answers

If you enable automatic bulild triggering it may require you to set up webhooks in github manually if codemagic is unable to do so, in that case you should also get a warning below the three checkboxes (that are shown in the screenshot) if you enable one of them. You can read more about it in the last sections of this documentation part: https://docs.codemagic.io/flutter/automatic-build-triggering/ In the end there is a link that helps you with setting up the webhooks manually as well, hope this helps!

like image 85
mrk Avatar answered Aug 19 '26 22:08

mrk