Skip to content

Commit 5dabb5f

Browse files
authored
chore: only deploy docs on release (#285)
1 parent c94a6da commit 5dabb5f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/deploy_docs.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
name: Build and Deploy Documentation
2+
23
on:
3-
push:
4-
branches:
5-
- main
6-
paths:
7-
- 'docs/**'
4+
release:
5+
types: [released]
86
workflow_dispatch:
7+
98
permissions:
109
contents: write
1110
pages: write

0 commit comments

Comments
 (0)