Run two workflows sequencially from a third workflow

I have two workflows I almost always run sequentially. Each one pulls the same React codebase and then builds either an iOS app or an Android app and uploads it to the respective store. I manually trigger this currently. Instead I would like to automated this so that 1) both workflows can be fired off sequentially by running a single workflow and 2) when a new version number tag is pushed to Master branch both apps are built.

What is the best approach to accomplish this?

Hey there @build!

We actually have a handy guide on how to chain workflows together, so that you can automate both workflows to run in sequence: Managing Workflows | Bitrise DevCenter

Hope this helps :wink:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.