From 149b2ddfb4cfeeb24d48080c0e483f8c9ef1ddd1 Mon Sep 17 00:00:00 2001 From: xu_yanfeng Date: Mon, 3 Feb 2025 13:39:45 +0800 Subject: [PATCH] man branch --- .github/workflows/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0f06538..4f1a16a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,9 +4,8 @@ name: Deploy static content to Pages # Controls when the action will run. on: - # Triggers the workflow on push or pull request events but only for the master branch push: - branches: [ master ] + branches: [ main ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: