Skip to content

Commit

Permalink
docs: set action to manual dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
vpratz committed Dec 17, 2024
1 parent 0a48ab6 commit b1b982b
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@

# From https://github.com/eeholmes/readthedoc-test/blob/main/.github/workflows/docs_pages.yml
name: docs

# execute this workflow automatically when we push to master or dev
# Building is resource-intensive. Build on manual request.
on:
push:
branches:
- master
- dev
workflow_dispatch:
# # execute this workflow automatically when we push to master or dev
# on:
# push:
# branches:
# - master
# - dev

jobs:

Expand Down

0 comments on commit b1b982b

Please sign in to comment.