update workflows/sync2gitee.yml

pull/741/head
longpanda 3 years ago
parent 85f6f3213f
commit de6eb54853

@ -3,9 +3,9 @@ name: Mirror GitHub to Gitee
on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [ main ]
branches: [ master ]
pull_request:
branches: [ main ]
branches: [ master ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Loading…
Cancel
Save