This commit is contained in:
Darwin Cereska
2025-06-19 17:21:16 -04:00
parent 1a64242519
commit 582116ea15
2 changed files with 5 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ name: Bump TTYmer Formula
on:
workflow_dispatch:
schedule:
- cron: '0 * * * *'
- cron: '0 * * * *' # every hour
jobs:
bump:
@@ -57,3 +57,4 @@ jobs:
git push
else
echo "No changes to commit"
fi