Adds old main branch name to the allow list of the GitHub Actions config

This commit is contained in:
Maximilian Kratz 2024-03-30 07:49:11 +01:00
parent 7d3d9b465c
commit cf0637a3a8

View file

@ -3,6 +3,7 @@ on:
push:
branches:
- 'main'
- 'master'
- 'testing/**'
- 'feature/**'
- 'hotfix/**'