feat: CI: run build every day at 0900

This commit is contained in:
realaravinth 2022-05-06 17:14:09 +05:30
parent fc8a1670d2
commit fdf94f1f06
No known key found for this signature in database
GPG key ID: AD9F0F08E855ED88

View file

@ -1,6 +1,8 @@
name: Build
on:
schedule:
- cron: "0 9 * * *"
pull_request:
types: [opened, synchronize, reopened]
push: