From 8f3f8d3e0b99cd6929ceb4b890b8999e354597a1 Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Mon, 15 May 2023 11:48:45 -0400 Subject: [PATCH] Revert change to re-run release on tag update (#4441) --- .github/workflows/release.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index bbf0031b1f..dc0ff2c004 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,9 +1,9 @@ name: "[ruff] Release" on: - push: - tags: - - v* + workflow_dispatch: + release: + types: [published] concurrency: group: ${{ github.workflow }}-${{ github.ref }}