0

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!

oskarko
  • 3,382
  • 1
  • 26
  • 26

1 Answers1

0

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.

Ben Thomas
  • 1,416
  • 2
  • 17
  • 25