From 8e7734e552ed8a0f31ab20e663775e541ea762c0 Mon Sep 17 00:00:00 2001 From: Zihao Wang Date: Sun, 26 May 2024 00:59:46 +0800 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 d9e147d..bfbb895 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -9,7 +9,7 @@ name: Deploy Jekyll site to Pages 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: