fix: added workflow dispatch

This commit is contained in:
Jeremie Fraeys 2025-05-24 17:38:36 -04:00
parent 79c299e494
commit df1cf628c2

View file

@ -3,6 +3,7 @@ name: Update Brew Lists
on:
schedule:
- cron: '0 2 */2 * *' # Run every two days at 2 AM
workflow_dispatch:
jobs:
update-brew-lists:
runs-on: ubuntu-latest