Skip to content

Commit 5901713

Browse files
committed
misc(ci): Update doc only on release
1 parent 7970225 commit 5901713

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: "Build and deploy Github pages"
22

33
on:
44
push:
5-
branches: master
5+
tags:
6+
- "v[0-9]+\\.[0-9]+\\.[0-9]+"
7+
- "v[0-9]+\\.[0-9]+\\.[0-9]+-[0-9]+"
68

79
jobs:
810

0 commit comments

Comments
 (0)