mirror of https://github.com/astral-sh/ruff
Run release job on release: published event (#1156)
This commit is contained in:
parent
3bacdafd1c
commit
db815a565f
|
|
@ -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 }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue