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:
|
||||
workflow_dispatch:
|
||||
release:
|
||||
types: [published]
|
||||
push:
|
||||
tags:
|
||||
- '**'
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue