Skip to content

Commit

Permalink
docs: add workflow_dispatch
Browse files Browse the repository at this point in the history
Enables manual dispatch for building the docs, as desired for `dev`.
This is necessary as only workflows registered in the default branch
with `workflow_dispatch` can be triggered from the GitHub interface.
  • Loading branch information
vpratz committed Dec 18, 2024
1 parent a45f0d0 commit ad823e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: docs

# execute this workflow automatically when we push to master
on:
workflow_dispatch:
push:
branches:
- master
Expand Down

0 comments on commit ad823e8

Please sign in to comment.