I have my CI/CD configuration to run multiple steps on specific branches(dev, staging, master), but I can run the master pipeline on the Development branch.
This makes no sense and is a security issue to me!
How I can restrict running the master pipeline to the Development branch?
