on dispatch
This commit is contained in:
parent
758417a19a
commit
d8b032ddd0
1 changed files with 10 additions and 9 deletions
19
.github/workflows/pdoc.yml
vendored
19
.github/workflows/pdoc.yml
vendored
|
@ -1,15 +1,16 @@
|
|||
name: website
|
||||
|
||||
# build the documentation whenever there are new commits on main
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
# Alternative: only build for tags.
|
||||
# tags:
|
||||
# - '*'
|
||||
|
||||
# security: restrict permissions for CI jobs.
|
||||
on: workflow_dispatch
|
||||
#on:
|
||||
# push:
|
||||
# branches:
|
||||
# - main
|
||||
# # Alternative: only build for tags.
|
||||
# # tags:
|
||||
# # - '*'
|
||||
#
|
||||
## security: restrict permissions for CI jobs.
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
|
|
Loading…
Reference in a new issue