Skip to content

Commit

Permalink
ci: add workflow_dispatch for manual trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
lllAlexanderlll authored Jan 16, 2024
1 parent 21bdb82 commit 97eb0c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_and_deploy_documentation.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: "Build Sphinx Documentation"

on:
workflow_dispatch:
push:
branches:
- main
Expand Down Expand Up @@ -31,4 +32,4 @@ jobs:
force_orphan: true




0 comments on commit 97eb0c0

Please sign in to comment.