Hi,
I love CircleCI and would like to have run multiple builds when I create a new PR. Here’s the workflow I’m looking for.
Example:
Jacky creates new PR for SERVER repo, it triggers CLIENT A and CLIENT B builds on CircleCI and show the status on the GitHub PR.
----- GitHub PR page
Build SERVER - Passed
Build CLIENT A - Passed
Build CLIENT B - Passed
How can I manage to do that?
Thank you very much,
Arnaud