Add option to trigger publish manually

This commit is contained in:
david-swift 2025-03-04 17:43:54 +01:00
parent e557ebca7f
commit b0d926afa3

View File

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