Skip to content

Commit e45c227

Browse files
authored
chore: automatic release tag merging (#2480)
1 parent efd599e commit e45c227

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/merge-release-tag.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: Merge Release Tag
33
on:
44
push:
55
tags:
6-
- 'mongosh@[0-9]+.[0-9]+.[0-9]+'
7-
- 'mongosh@[0-9]+.[0-9]+.[0-9]-rc.[0-9]+'
6+
- 'mongosh@[0-9]+.[0-9]+.[0-9]+*'
87
workflow_dispatch:
98

109
permissions:

0 commit comments

Comments
 (0)