add manual trigger for release

This commit is contained in:
bdbch 2024-06-27 18:15:54 +02:00
parent d78370dd92
commit f86bf5cfc9

View File

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