Following our process on BitBucket, we always create a feature branch named feature/JIRA-23-lost-password
(JIRA-23-lost-password
being just an example) from which we create several other branches per sub-task.
I would like netlify to automatically deploy all branches that are named feature/*
but not all the ones that branch from the feature branch.
Is that possible?