Skip to content

Commit 84835a6

Browse files
committed
fix: add tag push trigger for documentation deployment
1 parent 645f943 commit 84835a6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@ name: Deploy Documentation
22

33
on:
44
push:
5+
tags:
6+
- '*.*.*'
57
branches:
68
- main
79
paths:
10+
- 'pyproject.toml'
811
- 'docs/**'
912
- 'mkdocs.yml'
1013
- '.github/workflows/docs.yml'

0 commit comments

Comments
 (0)