aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTill Faelligen <2353100+S7evinK@users.noreply.github.com>2023-02-28 15:15:19 +0100
committerTill Faelligen <2353100+S7evinK@users.noreply.github.com>2023-02-28 15:15:19 +0100
commit086e205eba14f98cff4781ecf3346ca9baf5dcc5 (patch)
tree7038589150ee907f7c8774fc3c85900260da0885 /.github
parent7fff7cd2ac33b46feed7fe7ec8866e08e87aa0aa (diff)
Deploy on gh-pages push
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/gh-pages.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml
index b5a8f0bb..9df3ccea 100644
--- a/.github/workflows/gh-pages.yml
+++ b/.github/workflows/gh-pages.yml
@@ -4,7 +4,7 @@ name: Deploy GitHub Pages dependencies preinstalled
on:
# Runs on pushes targeting the default branch
push:
- branches: ["main"]
+ branches: ["gh-pages"]
paths:
- 'docs/**' # only execute if we have docs changes