mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-30 22:01:18 +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:
|
||||
workflow_dispatch:
|
||||
release:
|
||||
types: [published]
|
||||
push:
|
||||
tags:
|
||||
- '**'
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue