This template is **ONLY** used for enhancement requests. Bug reporting or new feature request issues should use the other template options for issue submission. ## Current Behavior <!--- What current feature should be improved? --> - Pipeline running with or without the branch being protected ## Purpose <!--- If it is not obvious, state what purpose this enhancement would serve --> - Prevent waiting on pipeline and failing at later stage because you're unable to access protected variables ## Plan <!--- What needs to be done in order to implement the enhancement? How do we test if implementation is successful? --> - Add check in preflight or preprocess to check if the branch that is being run is protected if it's either: - Master - Development ## Acceptance Criteria <!--- What is the acceptance criteria for this new feature? --> - Pipeline stops if branch not protected and the branch is either master or development