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
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
release:
|
||||
types: [ published ]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
mkdocs:
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@ name: "[Playground] Release"
|
|||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches: [main]
|
||||
release:
|
||||
types: [ published ]
|
||||
|
||||
env:
|
||||
CARGO_INCREMENTAL: 0
|
||||
|
|
|
|||
Loading…
Reference in New Issue