fix: added workflow dispatch
This commit is contained in:
parent
79c299e494
commit
df1cf628c2
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue