From c63de7fc7104e1c2e3ffc6e25f7a1b9bf2c7e76b Mon Sep 17 00:00:00 2001 From: Igor Gentil Date: Wed, 13 Dec 2023 12:05:19 +1100 Subject: [PATCH] Add manual trigger to update-formulas.yaml Add manual trigger to update-formulas.yaml --- .github/workflows/update-formulas.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-formulas.yaml b/.github/workflows/update-formulas.yaml index 838a3b3..993bd64 100644 --- a/.github/workflows/update-formulas.yaml +++ b/.github/workflows/update-formulas.yaml @@ -1,6 +1,6 @@ name: Update Homebrew Formulas -on: [push] +on: [push, workflow_dispatch] jobs: update_packages: