Skip to content

Commit 83c30f1

Browse files
committed
Change workflow to run on release only
1 parent 479e1ae commit 83c30f1

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/publish-docs.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
name: Build and publish docs
22

33
on:
4-
pull_request:
5-
types:
6-
- opened
7-
- reopened
8-
- synchronize
9-
- labeled
10-
# release:
11-
# types: [published]
4+
release:
5+
types: [published]
126

137
workflow_dispatch:
148

0 commit comments

Comments
 (0)