diff --git a/.github/workflows/sync2gitee.yml b/.github/workflows/sync2gitee.yml index 7e5b2a3c8..fdeed850a 100644 --- a/.github/workflows/sync2gitee.yml +++ b/.github/workflows/sync2gitee.yml @@ -1,5 +1,17 @@ name: sync2gitee -on: [push, pull_request,create,delete] +on: + push: + branches: + - '**' + pull_request: + branches: + - '**' + create: + branches: + - '**' + delete: + branches: + - '**' jobs: repo-sync: env: