Add option to trigger publish manually

This commit is contained in:
david-swift 2025-03-11 22:03:34 +01:00
parent 98724b7cb1
commit f46b901cc2

View File

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