Skip to content

Commit f6ca254

Browse files
committed
feat: add 'latest' tag trigger for documentation deployment
1 parent d8f2644 commit f6ca254

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/docs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
tags:
77
- 'v*.*.*' # Trigger on version tags like v1.0.0, v2.1.3, etc.
88
- 'v*'
9+
- 'latest'
910
workflow_dispatch:
1011
permissions:
1112
contents: read

0 commit comments

Comments
 (0)