From de6eb54853a561409dfebe817034e88b23fa0bd3 Mon Sep 17 00:00:00 2001 From: longpanda Date: Fri, 29 Jan 2021 10:14:17 +0800 Subject: [PATCH] update workflows/sync2gitee.yml --- .github/workflows/sync2gitee.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync2gitee.yml b/.github/workflows/sync2gitee.yml index ebe6697f..e2b50763 100644 --- a/.github/workflows/sync2gitee.yml +++ b/.github/workflows/sync2gitee.yml @@ -3,9 +3,9 @@ name: Mirror GitHub to Gitee on: # Triggers the workflow on push or pull request events but only for the main branch push: - branches: [ main ] + branches: [ master ] pull_request: - branches: [ main ] + branches: [ master ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: