test(ci): make updates triggers on push
This commit is contained in:
parent
7be89a8297
commit
076290d7af
1
.github/workflows/waka.yml
vendored
1
.github/workflows/waka.yml
vendored
@ -4,6 +4,7 @@ on:
|
||||
workflow_dispatch: # for manual workflow trigger
|
||||
schedule:
|
||||
- cron: "0 0 * * *" # runs at every 12AM UTC
|
||||
push:
|
||||
|
||||
jobs:
|
||||
update-readme:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user