X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/blobdiff_plain/de6eb54853a561409dfebe817034e88b23fa0bd3..05bbef63c1951a3e152d69461b893927bf8b1e8a:/.github/workflows/sync2gitee.yml diff --git a/.github/workflows/sync2gitee.yml b/.github/workflows/sync2gitee.yml index e2b5076..2fd7e87 100644 --- a/.github/workflows/sync2gitee.yml +++ b/.github/workflows/sync2gitee.yml @@ -4,8 +4,6 @@ on: # Triggers the workflow on push or pull request events but only for the main branch push: branches: [ master ] - pull_request: - 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.