Run release job on release: published event (#1156)

This commit is contained in:
Charlie Marsh
2022-12-08 23:05:28 -05:00
committed by GitHub
parent 3bacdafd1c
commit db815a565f

View File

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