From c16896ddcc5a07631e709d29674797f804a42a2d Mon Sep 17 00:00:00 2001 From: Devis Lucato Date: Wed, 3 Jan 2024 15:52:44 -0800 Subject: [PATCH] change target 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 cf197a5a7..30881b562 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: ["pages"] + branches: ["main"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: