Skip to content

Commit 5f3c9e2

Browse files
committed
feat(ci): publish docs only when release is created
1 parent 6e23895 commit 5f3c9e2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: Publish Docs
22

33
on:
44
push:
5-
branches: [main]
5+
tags:
6+
- "v*"
67
workflow_dispatch:
78

89
permissions:

0 commit comments

Comments
 (0)