I have a Google Cloudbuild pipeline, that tests the code committed to the dev branch of my Github repo, and deploys the code to the dev environment. I want to add another step to the pipeline, which would merge my dev branch with the prod branch, upon successful deployment to the dev environment. Is there any way to implement this?