Revert "Run release on tag creation"

This reverts commit c21a5912b9.
This commit is contained in:
Charlie Marsh
2023-02-12 23:11:31 -05:00
parent c21a5912b9
commit 67198ce7b3

View File

@@ -2,9 +2,8 @@ name: "[ruff] Release"
on:
workflow_dispatch:
push:
tags:
- '**'
release:
types: [published]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}