add manual trigger support to release workflow

This commit is contained in:
2026-03-16 18:51:49 +01:00
parent 967dc7d09a
commit 489c0d5c4f

View File

@@ -4,6 +4,7 @@ on:
push: push:
tags: tags:
- '*' - '*'
workflow_dispatch:
jobs: jobs:
build-and-deploy: build-and-deploy: