mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
Triggering ReadTheDocs pipleine on wiki edit (gollum event)
This commit is contained in:
parent
66497db72e
commit
6082a5ca22
23
.github/workflows/update-readthedocs.yml
vendored
23
.github/workflows/update-readthedocs.yml
vendored
|
@ -1,17 +1,18 @@
|
|||
name: Update-ReadTheDocs
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- 'wiki'
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- 'wiki'
|
||||
workflow_dispatch:
|
||||
gollum
|
||||
# push:
|
||||
# branches:
|
||||
# - main
|
||||
# paths:
|
||||
# - 'wiki'
|
||||
# pull_request:
|
||||
# branches:
|
||||
# - main
|
||||
# paths:
|
||||
# - 'wiki'
|
||||
# workflow_dispatch:
|
||||
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Reference in a new issue