As a developer, I want builds to automatically run on hotfix branches, so that I can ensure the hotfixes work.
Issue
In the build job in GitHub workflows, it should automatically make builds for any branches that have 'hotfix' in the name. This will help us detect issues without having to build manually.
User Story
As a developer, I want builds to automatically run on hotfix branches, so that I can ensure the hotfixes work.
Issue
In the build job in GitHub workflows, it should automatically make builds for any branches that have 'hotfix' in the name. This will help us detect issues without having to build manually.