To make updates to voodoo more explicit, the pipeline now listens to the new live branch of voodoo, instead of the main branch.
Then, we can merge multiple PRs on voodoo's main branch, and, after we are sure we want to deploy this, update the live branch. This makes sure we only trigger new builds when we actually intend to.
To make updates to voodoo more explicit, the pipeline now listens to the new
live
branch ofvoodoo
, instead of themain
branch.Then, we can merge multiple PRs on
voodoo
'smain
branch, and, after we are sure we want to deploy this, update thelive
branch. This makes sure we only trigger new builds when we actually intend to.