How to trigger a build after merging a pull request to develop

How to trigger a build on develop branch after merging a pull request targeting develop?

Hi @othmandroid! You just need a webhook registered and a push trigger step for the develop branch :slight_smile:

Hi @bitce :slight_smile:
I just figured it out,
Thank you for your answer
Best