From e0e530ec218d88ace8209aea9cd9082da0e002bb Mon Sep 17 00:00:00 2001 From: Nandika Agrawal <93462818+Nandika-A@users.noreply.github.com> Date: Tue, 22 Oct 2024 09:57:35 +0530 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 cc01d43..b661acc 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: ["main"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: