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: push:
branches: branches:
- main - main
- develop # manual trigger for other branches
workflow_dispatch:
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.ref }} group: ${{ github.workflow }}-${{ github.ref }}