mirror of
https://github.com/matrix-org/dendrite
synced 2024-11-10 20:01:15 +01:00
Also run on pushes to gh-pages
This commit is contained in:
parent
f44a124100
commit
600e82406b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/gh-pages.yml
vendored
2
.github/workflows/gh-pages.yml
vendored
|
@ -4,7 +4,7 @@ name: Deploy GitHub Pages dependencies preinstalled
|
|||
on:
|
||||
# Runs on pushes targeting the default branch
|
||||
push:
|
||||
branches: ["main"]
|
||||
branches: ["main", "gh-pages"]
|
||||
paths:
|
||||
- 'docs/**' # only execute if we have docs changes
|
||||
|
||||
|
|
Loading…
Reference in a new issue