Skip to content

Commit a157752

Browse files
authored
Publish documentation when tags are created
1 parent 0d44e4b commit a157752

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ on:
77
branches:
88
- main
99
- major-release
10-
10+
tags:
11+
- 'v*'
1112
permissions: read-all
1213

1314
env:

0 commit comments

Comments
 (0)