Change development branch name in github action workflow

This commit is contained in:
Moritz Hölting 2025-02-18 10:18:16 +01:00 committed by GitHub
parent 19c55b78f4
commit a6a5e42b6b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ on:
push: push:
branches: branches:
- main - main
- development - develop
- 'releases/**' - 'releases/**'
pull_request: pull_request: