github: add manual workflow for publish
authorDa Risk <da_risk@geekorum.com>
Fri, 02 May 2025 17:06:24 -0400
changeset 71 92cbb2785189
parent 70 252e1a0104e4
child 72 746669e015f9
github: add manual workflow for publish
.github/workflows/publish.yaml
--- a/.github/workflows/publish.yaml	Fri May 02 16:59:15 2025 -0400
+++ b/.github/workflows/publish.yaml	Fri May 02 17:06:24 2025 -0400
@@ -2,6 +2,7 @@
 
 name: Publish
 on:
+  workflow_dispatch:
   release:
     types: [released, prereleased]
 jobs: