Run GitHub Sponsors action once a day

This commit is contained in:
Junegunn Choi 2023-08-29 19:42:30 +09:00
parent 8befa5918a
commit 58835e40f3
No known key found for this signature in database
GPG Key ID: 254BC280FEF9C627
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ name: Generate Sponsors README
on:
workflow_dispatch:
schedule:
- cron: 0 * * * *
- cron: 0 0 * * *
jobs:
deploy:
runs-on: ubuntu-latest