Skip to content

Commit 1b0a6c6

Browse files
committed
ci: deploy docs on tagging as well
1 parent 2b3f237 commit 1b0a6c6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/docs.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ name: Documentation
33
on:
44
push:
55
branches:
6-
- main
6+
- "main"
7+
tags:
8+
- "v*"
79

810
permissions:
911
contents: write

0 commit comments

Comments
 (0)