From 39aaf6f9c907758986ebaf14d61633528d7211c9 Mon Sep 17 00:00:00 2001 From: Gundo Sifhufhi Date: Sat, 4 Nov 2023 17:39:57 +0200 Subject: [PATCH] #FIX - Align github workflows to rightful 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 277933d..27d4235 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: ["features"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: