feat(workflows): allow publish-dev-docs to be triggered manually

This commit is contained in:
Wing-Kam Wong
2022-10-13 16:23:53 +08:00
parent 5166686525
commit 4b48ea1208

View File

@@ -7,6 +7,8 @@ on:
- "packages/noco-docs/**"
release:
types: [ published ]
# Triggered manually
workflow_dispatch:
jobs:
copy-file: