add manual trigger for release

This commit is contained in:
bdbch 2024-06-27 18:15:54 +02:00
parent 8b0c87d148
commit 4bb9d8ffe8

View File

@ -4,7 +4,9 @@ on:
push:
branches:
- main
- develop
# manual trigger for other branches
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}