From edb3e4878a2c04953626aad321602f99e663be8f Mon Sep 17 00:00:00 2001 From: Yuanzhang Xiao Date: Sun, 7 Jan 2024 01:21:43 +0000 Subject: [PATCH] change runs on pushes targeting main --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4f51e57..b2b5b5a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ name: Deploy Jekyll site to Pages 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: