Thanks, added your name to the feature request around wildcard matches in branch name specification!
re: publishing more than one branch to production, no, we wouldn’t intend to enable that workflow directly. You could certainly do something like send your notifications for successful builds to a service like zapier, and based on the branch name (zapier CAN parse the branch name to look for patterns like the one you want), selectively use our API to publish, in case your conditions are met:
You could also use the API to update the site’s production branch name (see this article for details on how to discover the API calls needed for any operation our UI can do:
), and then we’d auto-publish based on the new branch being the production one before we receive a commit notification