From 04237cce6e2d62c9587255c9d44516781201f857 Mon Sep 17 00:00:00 2001 From: Baoshuo Date: Wed, 21 Aug 2024 20:56:47 +0800 Subject: [PATCH] chore: update branch name --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e69423e..51fceeb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,9 +2,9 @@ name: Build Site on: push: - branches: [master] + branches: [main] pull_request: - branches: [master] + branches: [main] workflow_dispatch: jobs: