We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79fb22e commit c81e663Copy full SHA for c81e663
.github/workflows/build_docs.yml
@@ -2,7 +2,8 @@ name: Documentation
2
3
on:
4
push:
5
- branches: [ main ]
+ tags:
6
+ - 'v*'
7
8
jobs:
9
0 commit comments