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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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