feat: CI: run build every day at 0900

This commit is contained in:
realaravinth 2022-05-06 17:25:10 +05:30
parent 94e0f5e90a
commit 08311ff7f0
No known key found for this signature in database
GPG key ID: AD9F0F08E855ED88

View file

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