0
0
Fork 0
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:
Till Faelligen 2023-01-18 08:51:27 +01:00
parent f44a124100
commit 600e82406b
No known key found for this signature in database
GPG key ID: ACCDC9606D472758

View file

@ -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