I have managed to run some Xcode Cloud workflows when launching a new PR, BUT, is there any way to run a specific workflow when this PR is finally merged?
Thanks in advance!
I have managed to run some Xcode Cloud workflows when launching a new PR, BUT, is there any way to run a specific workflow when this PR is finally merged?
Thanks in advance!
You could have a workflow that triggers when the target branch changes. ie, if your PR is from a branch off develop
, create a workflow that runs whenever there is a push to develop
.