Schedule continuous integration workflow to run daily

This commit is contained in:
Zach Borboa
2021-06-09 22:36:58 -04:00
parent 159542c3cf
commit 6f7af65d9a
+2
View File
@@ -4,6 +4,8 @@ on:
push:
branches:
- master
schedule:
- cron: '0 17 * * *'
jobs:
ci: