Skip to content

Commit a77af9b

Browse files
committed
docs: deploy on new releases, not every push, fixes #298
1 parent 8d2651a commit a77af9b

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/docs.yaml

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
name: Deploy Docs
22

33
on:
4-
push:
5-
branches:
6-
- main
7-
paths:
8-
- "docs/**"
4+
release:
5+
types: [published]
96
workflow_dispatch:
107

118
permissions:

0 commit comments

Comments
 (0)