mirror of https://github.com/astral-sh/ruff
Only run the playground release job on release (#4636)
This commit is contained in:
parent
edc6c4058f
commit
f4f1b1d0ee
|
|
@ -1,9 +1,9 @@
|
||||||
name: mkdocs
|
name: mkdocs
|
||||||
|
|
||||||
on:
|
on:
|
||||||
release:
|
|
||||||
types: [published]
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
release:
|
||||||
|
types: [ published ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
mkdocs:
|
mkdocs:
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,8 @@ name: "[Playground] Release"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
release:
|
||||||
branches: [main]
|
types: [ published ]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CARGO_INCREMENTAL: 0
|
CARGO_INCREMENTAL: 0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue