mirror of https://github.com/astral-sh/ruff
Build on every push but only publish on tags (#46)
This commit is contained in:
parent
7ed5b3d3a2
commit
e16fd39bb5
|
|
@ -1,6 +1,7 @@
|
||||||
name: Release
|
name: Release
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
push:
|
||||||
create:
|
create:
|
||||||
tags:
|
tags:
|
||||||
- v*
|
- v*
|
||||||
|
|
@ -259,7 +260,6 @@ jobs:
|
||||||
name: Release
|
name: Release
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs:
|
needs:
|
||||||
- lint
|
|
||||||
- macos
|
- macos
|
||||||
- windows
|
- windows
|
||||||
- linux
|
- linux
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue