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

View File

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