Skip to content

Commit

Permalink
ci: add support for workflow_dispatch on deploy-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
remyleone committed Feb 10, 2025
1 parent 06c76c0 commit aa37559
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Build and push CLI doc to S3
on:
workflow_dispatch:
release:
types:
- published # Triggered only when a new release is published
Expand Down

0 comments on commit aa37559

Please sign in to comment.