Run release on tag creation

This commit is contained in:
Charlie Marsh 2023-02-12 22:33:01 -05:00
parent 48a5cd1dd9
commit c21a5912b9

View file

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