From 67198ce7b3973bd18959af3c083254390419c008 Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Sun, 12 Feb 2023 23:11:31 -0500 Subject: [PATCH] Revert "Run release on tag creation" This reverts commit c21a5912b91f1c11085a1b89066ef409c2e833bb. --- .github/workflows/ruff.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ruff.yaml b/.github/workflows/ruff.yaml index 9e14b9189e..ff698d34d0 100644 --- a/.github/workflows/ruff.yaml +++ b/.github/workflows/ruff.yaml @@ -2,9 +2,8 @@ name: "[ruff] Release" on: workflow_dispatch: - push: - tags: - - '**' + release: + types: [published] concurrency: group: ${{ github.workflow }}-${{ github.ref }}