mirror of
https://github.com/matrix-org/dendrite
synced 2024-11-10 20:01:15 +01:00
Add release trigger for gh-pages rebuild
This commit is contained in:
parent
c914f062e6
commit
2457d51a55
1 changed files with 6 additions and 0 deletions
6
.github/workflows/gh-pages.yml
vendored
6
.github/workflows/gh-pages.yml
vendored
|
@ -8,6 +8,12 @@ on:
|
|||
paths:
|
||||
- 'docs/**' # only execute if we have docs changes
|
||||
|
||||
# Helm charts don't push to repo anymore, they index to GH release files now
|
||||
# as such, docs/** changes won't trigger it, leaving the newly released chart out of the index until gh-pages pipeline runs
|
||||
# we can rebuild when a release is published
|
||||
release:
|
||||
types: [published]
|
||||
|
||||
# Allows you to run this workflow manually from the Actions tab
|
||||
workflow_dispatch:
|
||||
|
||||
|
|
Loading…
Reference in a new issue