Browse Source

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

pull/4035/head
Wing-Kam Wong 2 years ago
parent
commit
4b48ea1208
  1. 2
      .github/workflows/publish-dev-docs.yml

2
.github/workflows/publish-dev-docs.yml

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

Loading…
Cancel
Save