Add cron schedule to update changelog workflow

This commit is contained in:
Zach Borboa
2022-09-22 19:26:04 -07:00
parent 8363b24ad8
commit 97ae4d9785
+4
View File
@@ -1,5 +1,9 @@
name: Update Changelog
on:
schedule:
- cron: '0 3 * * *'
jobs:
release:
# Prevent this workflow from running elsewhere.