Skip to content

Commit e7d1d40

Browse files
committed
Generate docs for all tag pushes
1 parent 9c6baac commit e7d1d40

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs_deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ on:
44
branches:
55
- main
66
tags:
7-
# Only match non-prerelease tags.
8-
- "[0-9]+.[0-9]+.[0-9]"
7+
# Run on all tags.
8+
- "*"
99
workflow_dispatch:
1010

1111
jobs:

0 commit comments

Comments
 (0)