mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-29 17:15:41 +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
|
name: Update-ReadTheDocs
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
gollum
|
||||||
branches:
|
# push:
|
||||||
- main
|
# branches:
|
||||||
paths:
|
# - main
|
||||||
- 'wiki'
|
# paths:
|
||||||
pull_request:
|
# - 'wiki'
|
||||||
branches:
|
# pull_request:
|
||||||
- main
|
# branches:
|
||||||
paths:
|
# - main
|
||||||
- 'wiki'
|
# paths:
|
||||||
workflow_dispatch:
|
# - 'wiki'
|
||||||
|
# workflow_dispatch:
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Reference in a new issue