We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 645f943 commit 84835a6Copy full SHA for 84835a6
1 file changed
.github/workflows/docs.yml
@@ -2,9 +2,12 @@ name: Deploy Documentation
2
3
on:
4
push:
5
+ tags:
6
+ - '*.*.*'
7
branches:
8
- main
9
paths:
10
+ - 'pyproject.toml'
11
- 'docs/**'
12
- 'mkdocs.yml'
13
- '.github/workflows/docs.yml'
0 commit comments