Build not triggered on Merge Request Approval in Gitlab #2896
Unanswered
evgeny-sureev
asked this question in
Q&A
Replies: 2 comments 2 replies
-
Hello @evgeny-sureev,
The above pattern is set for the main branch but you can set similar patterns for any branch depending on your workflow. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello. I want to trigger build not after merging, but after approval of merge request. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?
iOS (Swift, Objective-C)
Steps to reproduce
I have set up webhooks to be triggered by updates on merge requests.
Upon creation and for updates to MR, tests are run. This workflow works.
On MR approval I have set up building and deploying test build. This workfow does not triggers at all.
Sample workflow:
Expected results
On MR approval workflow starts.
Actual results
Workflow does not start, in "Recent deliveries" section there are delivery with text "Welcome to Codemagic! Your builds will be started on branch push".
Build id (optional)
No response
Beta Was this translation helpful? Give feedback.
All reactions