From: longpanda Date: Fri, 29 Jan 2021 02:14:17 +0000 (+0800) Subject: update workflows/sync2gitee.yml X-Git-Tag: v1.0.34~19 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/commitdiff_plain/de6eb54853a561409dfebe817034e88b23fa0bd3 update workflows/sync2gitee.yml --- diff --git a/.github/workflows/sync2gitee.yml b/.github/workflows/sync2gitee.yml index ebe6697..e2b5076 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: