-
Type:
Suggestion
-
Resolution: Unresolved
-
Component/s: Pipelines - Deployments
-
None
-
1
Currently, when we push changes to the repository using a different branch from the ones allowed for deployment to the Staging environment, the pipeline starts automatically.
Desired outcome:
To prevent the pipeline from starting when changes are pushed from branches that are not allowed to deploy. The request is to only initiate the pipelines for branches that have been explicitly added to the staging and production environments.
This would be to avoid:
- To start the Pipeline if the branch doesn't have permission to deploy to that environment.