From 04a56558cc663e597e8810751ffa7727b5de19b3 Mon Sep 17 00:00:00 2001 From: de-soot <78423238+de-soot@users.noreply.github.com> Date: Sun, 8 Sep 2024 03:19:19 +0000 Subject: [PATCH] Update jekyll.yml Signed-off-by: de-soot <78423238+de-soot@users.noreply.github.com> --- .github/workflows/jekyll.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index 68520b5..3d4a55b 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -7,9 +7,9 @@ name: Deploy Jekyll site to Pages on: - # Runs on pushes targeting the default branch + # Runs on pushes targeting the gh-pages branch push: - branches: ["main"] + branches: ["gh-pages"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: