(Development/Production Workflow) Add specific branch to checkout
Background info
Triggering workflow using repository_dispatch means that the prod workflow can checkout the code in the dev branch, as the prod workflow is triggered from the dev default branch. To fix this, specify branches in each pipeline to checkout.
How can this be tested (manually and/or automated test)?
What does this MR do?
Background info
Triggering workflow using repository_dispatch means that the prod workflow can checkout the code in the dev branch, as the prod workflow is triggered from the dev default branch. To fix this, specify branches in each pipeline to checkout.
How can this be tested (manually and/or automated test)?
Will be tested once merged.
Which issue(s) is/are related to this PR?
This PR is/are related to issue(s) issue #19
close #19