From 8235477adbd1572c1671a4c46afffa7825d1deb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=B6=E6=9D=96?= Date: Wed, 11 Dec 2024 21:21:11 +0800 Subject: [PATCH] Update Homebrew workflow trigger to use "Build and Release" instead of "Release". This change aligns the workflow with the updated naming convention and ensures proper execution upon completion of the build process. --- .github/workflows/update-homebrew.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-homebrew.yml b/.github/workflows/update-homebrew.yml index 146943d..2d63092 100644 --- a/.github/workflows/update-homebrew.yml +++ b/.github/workflows/update-homebrew.yml @@ -2,7 +2,7 @@ name: Update Homebrew Tap on: workflow_run: - workflows: ["Release"] + workflows: ["Build and Release"] types: - completed