We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ceda63 commit 7c68010Copy full SHA for 7c68010
1 file changed
.github/workflows/docs_deploy.yml
@@ -4,8 +4,8 @@ on:
4
branches:
5
- main
6
tags:
7
- # Only match non-prerelease tags.
8
- - "[0-9]+.[0-9]+.[0-9]"
+ # Run on all tags.
+ - "*"
9
workflow_dispatch:
10
11
jobs:
0 commit comments