Add option to trigger publish manually

This commit is contained in:
david-swift 2025-03-04 22:46:58 +01:00
parent ef4183ab6c
commit f7a4a466d1

View File

@ -1,6 +1,6 @@
name: Gitea Actions Demo
run-name: Publish
on: [push]
on: [push, workflow_dispatch]
jobs:
publish: