diff options
| -rw-r--r-- | .github/workflows/repo-sync.yml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/.github/workflows/repo-sync.yml b/.github/workflows/repo-sync.yml index a2bf54f74..36f323cdd 100644 --- a/.github/workflows/repo-sync.yml +++ b/.github/workflows/repo-sync.yml @@ -1,7 +1,7 @@  name: Repo-sync  on: -    pull_request: +    pull_request_target:        types:          - closed        branches: | 
