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?
This older question is full of good ideas: https://community.atlassian.com/t5/Bitbucket-questions/Limit-a-custom-pipeline-to-a-branch/qaq-p/705144
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.