Skip to content

Commit 4b3e470

Browse files
committed
only publish docs when publishing new release
1 parent cb002a0 commit 4b3e470

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@ name: Documentation
44
on:
55
push:
66
branches:
7-
- main
8-
# Alternative: only build for tags.
9-
# tags:
10-
# - '*'
7+
tags:
8+
- '*'
119

1210
# security: restrict permissions for CI jobs.
1311
permissions:

0 commit comments

Comments
 (0)