From 05d56616fc5172b0328e7e4873cdc4ee57001568 Mon Sep 17 00:00:00 2001 From: macie Date: Thu, 14 Mar 2024 08:14:30 +0100 Subject: [PATCH] ci: Add readable name for workflow It is visible on Workflows list inside GH Actions tab. --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 16fe72b..b775d32 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,3 +1,4 @@ +name: Release on: release: types: [published]