X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/blobdiff_plain/183175cad2ce04c949ca60e4529bc35370632b20..bd8aebf166bd9a7a5f2fc0f54baf2aff3bea74cd:/.github/workflows/sync2gitee.yml diff --git a/.github/workflows/sync2gitee.yml b/.github/workflows/sync2gitee.yml index ebe6697..2fd7e87 100644 --- a/.github/workflows/sync2gitee.yml +++ b/.github/workflows/sync2gitee.yml @@ -3,9 +3,7 @@ name: Mirror GitHub to Gitee on: # Triggers the workflow on push or pull request events but only for the main branch push: - branches: [ main ] - pull_request: - branches: [ main ] + branches: [ master ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -13,6 +11,7 @@ on: jobs: run: name: Sync-GitHub-to-Gitee + if: ${{ github.repository_owner == 'ventoy' }} runs-on: ubuntu-latest steps: - name: Mirror the Github repos to Gitee.