feat: 可手动触发

This commit is contained in:
shanmite 2021-01-07 10:54:10 +08:00
parent 9e188bd1ca
commit 6710fce9f4

View File

@ -3,6 +3,9 @@ on:
push:
branches:
- main
workflow_dispatch:
branches:
- main
schedule:
- cron: '0 */2 * * *'
jobs: