From 35c6c36f645cdac5cc9aa2ede9916d370f168373 Mon Sep 17 00:00:00 2001 From: Tobias Hilfiker Date: Sat, 18 Jan 2025 06:56:19 +0000 Subject: [PATCH] Add workflow dispatch trigger --- .gitea/workflows/actions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/actions.yaml b/.gitea/workflows/actions.yaml index a08f821..00e3d7e 100644 --- a/.gitea/workflows/actions.yaml +++ b/.gitea/workflows/actions.yaml @@ -1,5 +1,5 @@ name: Generate and publish Document -on: [ push ] +on: [ push, workflow_dispatch ] jobs: generate-and-publish: