From 982f779ecc9d17773439b7b843d176049fc6c634 Mon Sep 17 00:00:00 2001 From: Anshul Kumar <84836148+ianshulx@users.noreply.github.com> Date: Thu, 31 Oct 2024 22:49:24 +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 559bddf5..af339666 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: ["main"] + branches: ["main-616"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: