Skip to content

Commit edc08e8

Browse files
committed
Only deploy documentation when a tag is pushed.
1 parent a803a99 commit edc08e8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/docs-deploy.yml

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

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

78
permissions:
89
contents: read

0 commit comments

Comments
 (0)