Skip to content

Commit a26eba4

Browse files
committed
CI: Stricter docs pages rule
Our tags always contains full version number, there is no reason to allow anything else.
1 parent 1db46ae commit a26eba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs-pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches:
88
- main
99
tags:
10-
- 'v0.*'
10+
- 'v0.*.*'
1111
paths:
1212
- "docs/**"
1313
workflow_dispatch:

0 commit comments

Comments
 (0)