mirror of
https://github.com/astral-sh/ruff
synced 2026-01-10 08:04:26 -05:00
Build on every push but only publish on tags (#46)
This commit is contained in:
committed by
GitHub
parent
7ed5b3d3a2
commit
e16fd39bb5
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
|
||||
|
||||
Reference in New Issue
Block a user