Skip to content

Commit b28c839

Browse files
authored
ci: add support for workflow_dispatch on deploy-docs (#4501)
1 parent 243e549 commit b28c839

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Build and push CLI doc to S3
22
on:
3+
workflow_dispatch:
34
release:
45
types:
56
- published # Triggered only when a new release is published

0 commit comments

Comments
 (0)