DEV Community

Discussion on: Continuous Integration Explained

Collapse
 
stevezieglerva profile image
Steve Ziegler

Thanks for the post. I thought the builds were usually from master. Are you creating the build for tests from a feature branch?

Collapse
 
markoa profile image
Marko Anastasov

Yes, I'd always run CI on feature branches too. Why wouldn't you? :) You get feedback and safe space to fix all errors before merging. It's clear whose job it is to make the build green, and you're not blocking anyone.