mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-02 18:02:23 +00:00
Build on every push but only publish on tags (#46)
This commit is contained in:
parent
7ed5b3d3a2
commit
e16fd39bb5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
@ -1,6 +1,7 @@
|
|||
name: Release
|
||||
|
||||
on:
|
||||
push:
|
||||
create:
|
||||
tags:
|
||||
- v*
|
||||
|
@ -259,7 +260,6 @@ jobs:
|
|||
name: Release
|
||||
runs-on: ubuntu-latest
|
||||
needs:
|
||||
- lint
|
||||
- macos
|
||||
- windows
|
||||
- linux
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue