From 45f76a319c4e6d9a3fb91931f29992d31a7aa944 Mon Sep 17 00:00:00 2001 From: Beej <6301228+Beej126@users.noreply.github.com> Date: Tue, 14 May 2024 08:06:48 -0700 Subject: [PATCH] Update jekyll.yml --- .github/workflows/jekyll.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index 9ac4742f5540..9cb771ac68db 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.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: ["main"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: