mirror of
https://github.com/astral-sh/ruff.git
synced 2025-12-23 09:19:39 +00:00
Run release job on release: published event (#1156)
This commit is contained in:
parent
3bacdafd1c
commit
db815a565f
1 changed files with 2 additions and 3 deletions
5
.github/workflows/ruff.yaml
vendored
5
.github/workflows/ruff.yaml
vendored
|
|
@ -1,9 +1,8 @@
|
|||
name: "[ruff] Release"
|
||||
|
||||
on:
|
||||
create:
|
||||
tags:
|
||||
- v*
|
||||
release:
|
||||
types: [published]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue