From f8a70dc58ad341d0dd1b9cfe7a9fc2f6d62babf6 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Fri, 13 Jan 2023 14:29:13 +0100 Subject: [PATCH] rename gh action --- .github/workflows/homebrew-manual.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/homebrew-manual.yml b/.github/workflows/homebrew-manual.yml index 35ff2a0..5c4b143 100644 --- a/.github/workflows/homebrew-manual.yml +++ b/.github/workflows/homebrew-manual.yml @@ -1,4 +1,4 @@ -name: Release to Homebrew +name: Manual release to Homebrew on: workflow_run: workflows: ["Release to PyPI"]