Skip to content

Commit

Permalink
Add manual trigger for workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnazary committed Feb 15, 2024
1 parent 6fa9aa2 commit 5cce05a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sphinx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Build sphinx docs and deploy to GitHub Pages
on:
release:
types: [published, edited, deleted]
# manually trigger a workflow
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit 5cce05a

Please sign in to comment.