From 686cc99d16a285076668b7e72ea8e5f7883cc666 Mon Sep 17 00:00:00 2001 From: everything411 Date: Sat, 19 Oct 2024 22:11:07 +0800 Subject: [PATCH] ci: fix branch name --- .github/workflows/push-to-everything411-repo.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push-to-everything411-repo.yml b/.github/workflows/push-to-everything411-repo.yml index de6edd8..fce9959 100644 --- a/.github/workflows/push-to-everything411-repo.yml +++ b/.github/workflows/push-to-everything411-repo.yml @@ -2,7 +2,7 @@ name: push-to-everything411-repo on: push: branches: - - master + - main workflow_dispatch: jobs: gitee: @@ -17,4 +17,4 @@ jobs: with: target-url: https://github.com/everything411/BIThesis-wiki.git target-username: everything411 - target-token: ${{ secrets.E411_GITHUB_TOKEN }} \ No newline at end of file + target-token: ${{ secrets.E411_GITHUB_TOKEN }}