Build for every pushed commit on every branch?

If a team is doing short-lived feature branches, and intending to end up with a PullRequest to bring completed work back to master (maybe squashing at that moment), is there a configuration of Circle that allows for branch creations to be auto-recognized, and then all commit/pushes to them to be CI’d even before the PullRquest declaration of “finished”?

All commits on all branches build normally, unless you have blacklisted or whitelisted them.

Docs for controlling that are here https://circleci.com/docs/configuration/#branches

1 Like