BIT-Studio-4 / GTS

welcome to GTS
3 stars 0 forks source link

Make automatic builds work on branches with 'hotfix' in the name #121

Closed Christian-Irvine closed 2 months ago

Christian-Irvine commented 2 months ago

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.