Skip to content

Commit ca667b7

Browse files
Fix trigger for Deploy Docs action
Closes gh-6120
1 parent 815f0c4 commit ca667b7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: .github/workflows/deploy-docs.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ name: Deploy Docs
22
on:
33
push:
44
branches: [ main, '[0-9]+.[0-9]+.x' ]
5-
tags: 'v[0-9]+.[0-9]+.[0-9]+'
5+
tags:
6+
- 'v[0-9]+.[0-9]+.[0-9]+'
7+
- 'v[0-9]+.[0-9]+.0-M[0-9]'
8+
- 'v[0-9]+.[0-9]+.0-RC[0-9]'
69
repository_dispatch:
710
types: request-build-reference # legacy
811
#schedule:

0 commit comments

Comments
 (0)