We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b3f237 commit 1b0a6c6Copy full SHA for 1b0a6c6
.github/workflows/docs.yml
@@ -3,7 +3,9 @@ name: Documentation
3
on:
4
push:
5
branches:
6
- - main
+ - "main"
7
+ tags:
8
+ - "v*"
9
10
permissions:
11
contents: write
0 commit comments