Skip to content

Commit

Permalink
ci: Add Workflow dispatch ability to docs workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnatamo committed Jul 28, 2024
1 parent 05ebe92 commit b4b8376
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- main
paths:
- 'docs/**'
workflow_dispatch:

defaults:
run:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- main
paths:
- 'docs/**'
workflow_dispatch:

defaults:
run:
Expand Down

0 comments on commit b4b8376

Please sign in to comment.