.gitea: add workflow_dispatch for release build
Some checks are pending
/ Linux Build (push) Waiting to run
/ Linux Build (arm) (push) Waiting to run
/ Windows Build (push) Waiting to run
/ Docker Image (push) Waiting to run

This commit is contained in:
Felix Lange 2025-07-04 13:02:57 +02:00
parent dd7d144745
commit 7088e87dce

View file

@ -4,6 +4,7 @@ on:
- "master"
tags:
- "v*"
workflow_dispatch:
jobs:
linux-intel: