From a81a30fcd5fb9f915300365857a85ade5f9e9a01 Mon Sep 17 00:00:00 2001 From: Adam Lindberg Date: Wed, 6 Sep 2023 08:45:09 +0200 Subject: [PATCH] Run pages on branch --- .github/workflows/jekyll-gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jekyll-gh-pages.yml b/.github/workflows/jekyll-gh-pages.yml index 482459b..19bd7c1 100644 --- a/.github/workflows/jekyll-gh-pages.yml +++ b/.github/workflows/jekyll-gh-pages.yml @@ -4,7 +4,7 @@ name: Deploy Jekyll with GitHub Pages dependencies preinstalled on: # Runs on pushes targeting the default branch push: - branches: ["master"] + branches: ["jekyll-gh-pages"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: