Avatar of mikha
mikha
Flag for United States of America

asked on 

git branching for CD/CI pipeline?

I am planning to use github for code repository and hook up the main/master branch CD/CI pipeline.

in a small team with 2-3 developers, i'm not sure if i need stick with a certain workflow for branching . so far, I want to lockdown the master branch ( need to figure out how to do this in github) such that only code can be merged after a pull request is approved then merged, but not sure what to do, if some immediate issue arises , we have to fix those and push them to master, but if there are any other features that have been merged since the last release , which are not yet to be release, they will be released along with the hot fixes.

Git* Continuous Integration

Avatar of undefined
Last Comment
Adelaido Jimenez

8/22/2022 - Mon