From 02c6310accbf40c80e38a7856930983cff564c11 Mon Sep 17 00:00:00 2001 From: "Laura E." <7971560+Annielytix@users.noreply.github.com> Date: Wed, 18 Sep 2024 12:00:28 -0400 Subject: [PATCH] Update jekyll-gh-pages.yml --- .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 6d1efb4..2874cc0 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: ["gh-pages"] + branches: [$default-branch] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: