How to create two workflows DEV and QA Build's for single app for different branches

Hi,
I am New to bitrise. trying to set up dev and QA for a single app for different branches. my use case as follows. I have a react Project which has workflow steps for Android and Ios for a single branch. how I can use the same workflow and do a QA build from different branches and add this workflow to the targeted branch.

Hello there!

just create the same workflow, but name it QA and in the env vars tab you could set up a workflow specific variable for $BITRISE_GIT_BRANCH

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