mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-01 14:21:24 +00:00
Run release on tag creation
This commit is contained in:
parent
48a5cd1dd9
commit
c21a5912b9
1 changed files with 3 additions and 2 deletions
5
.github/workflows/ruff.yaml
vendored
5
.github/workflows/ruff.yaml
vendored
|
@ -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…
Add table
Add a link
Reference in a new issue