We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7970225 commit 5901713Copy full SHA for 5901713
1 file changed
.github/workflows/gh-pages.yml
@@ -2,7 +2,9 @@ name: "Build and deploy Github pages"
2
3
on:
4
push:
5
- branches: master
+ tags:
6
+ - "v[0-9]+\\.[0-9]+\\.[0-9]+"
7
+ - "v[0-9]+\\.[0-9]+\\.[0-9]+-[0-9]+"
8
9
jobs:
10
0 commit comments