update workflows/sync2gitee.yml

This commit is contained in:
longpanda 2021-01-29 10:14:17 +08:00
parent 85f6f3213f
commit de6eb54853
1 changed files with 2 additions and 2 deletions

View File

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