Skip to content

Commit 1828433

Browse files
Merge branch 'master' into release/7.3.0
2 parents 09ea2d7 + 054db66 commit 1828433

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
description: 'Version to release'
88
required: true
99
type: string
10+
push:
11+
branches:
12+
- 'release/[0-9]+.[0-9]+.[0-9]+'
13+
- 'hotfix/[0-9]+.[0-9]+.[0-9]+'
1014

1115
jobs:
1216
build:

0 commit comments

Comments
 (0)