diff --git a/.github/workflows/sync_project.yml b/.github/workflows/sync_project.yml index 034cf40..c9a0dc7 100644 --- a/.github/workflows/sync_project.yml +++ b/.github/workflows/sync_project.yml @@ -3,7 +3,7 @@ name: 'GitHub Actions Mirror' on: push: branches: - - master //当有文件上传到这个分支开始部署 也有可能是main + - master schedule: - cron: '0 16 * * *'