hi @herohell,a pipeline is fundamentally configured to monitor and deploy from a single Git branch at a time. While you can edit the branch configuration via API or UI, this creates the exact concurrency issues you've identified. IMHO, you could consider using Rapid Development Environments (RDEs). ...