mirror of https://github.com/astral-sh/ruff
Run release on tag creation
This commit is contained in:
parent
48a5cd1dd9
commit
c21a5912b9
|
|
@ -2,8 +2,9 @@ name: "[ruff] Release"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
release:
|
push:
|
||||||
types: [published]
|
tags:
|
||||||
|
- '**'
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue