ci: add constant check on push

main
spacemeowx2 2022-12-04 02:44:36 +08:00
parent 119ffa1333
commit be7f6bb56d
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@ on:
pull_request: pull_request:
branches: branches:
- main - main
push:
branches:
- main
schedule: schedule:
- cron: "0 0 * * *" - cron: "0 0 * * *"
jobs: jobs: