Skip to content

Commit b233135

Browse files
committed
Only publish docs on tags
1 parent ab6df36 commit b233135

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: docs
22

33
on:
44
push:
5-
branches:
6-
- main
5+
tags:
6+
- '*'
77

88
permissions:
99
contents: write

0 commit comments

Comments
 (0)