testing by replacing cronjob with on push

This commit is contained in:
jfraeys 2024-05-29 23:43:27 +00:00 committed by GitHub
parent 8a006d50b6
commit b266502435
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,8 +1,9 @@
name: Update Brew Lists
# on:
# schedule:
# - cron: '0 2 */2 * *' # Run every two days at 2 AM
on:
push:
branches:
- main
jobs:
update-brew-lists: