From acd0859ee23d44f2b1f260d518f5d4d1d61b2ad9 Mon Sep 17 00:00:00 2001 From: qtwrk Date: Sat, 13 Nov 2021 21:20:34 +0100 Subject: [PATCH] Update sync2gitee.yml --- .github/workflows/sync2gitee.yml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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: