Skip to content

Commit f4f1b1d

Browse files
Only run the playground release job on release (#4636)
1 parent edc6c40 commit f4f1b1d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: mkdocs
22

33
on:
4-
release:
5-
types: [published]
64
workflow_dispatch:
5+
release:
6+
types: [ published ]
77

88
jobs:
99
mkdocs:

.github/workflows/playground.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: "[Playground] Release"
22

33
on:
44
workflow_dispatch:
5-
push:
6-
branches: [main]
5+
release:
6+
types: [ published ]
77

88
env:
99
CARGO_INCREMENTAL: 0

0 commit comments

Comments
 (0)