testing by replacing cronjob with on push
This commit is contained in:
parent
8a006d50b6
commit
b266502435
1 changed files with 4 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue