test(ci): make updates triggers on push

This commit is contained in:
andatoshiki 2022-12-05 18:45:44 +08:00
parent 7be89a8297
commit 076290d7af

View File

@ -4,6 +4,7 @@ on:
workflow_dispatch: # for manual workflow trigger
schedule:
- cron: "0 0 * * *" # runs at every 12AM UTC
push:
jobs:
update-readme: