Schedule continuous integration workflow to run daily

This commit is contained in:
Zach Borboa
2021-03-17 11:49:04 -04:00
parent 45db373722
commit 8746d9a5d1
+2
View File
@@ -4,6 +4,8 @@ on:
push:
branches:
- master
schedule:
- cron: '0 17 * * *'
jobs:
ci: