2 parents 2b0df8e + e4ff560 commit 88bbfceCopy full SHA for 88bbfce
1 file changed
.github/workflows/docs.yml
@@ -2,7 +2,8 @@ name: Deploy static content to Pages
2
3
on:
4
push:
5
- branches: ["master"]
+ tags:
6
+ - "**"
7
8
workflow_dispatch:
9
0 commit comments