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
1 changed files with 2 additions and 3 deletions

View File

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