We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38539bd commit a11d64eCopy full SHA for a11d64e
.github/workflows/merge-release-tag.yml
@@ -2,20 +2,14 @@ name: Merge Release Tag
2
3
on:
4
create:
5
- tags:
6
- - 'mongosh@[0-9]+.[0-9]+.[0-9]+'
7
- - 'mongosh@[0-9]+.[0-9]+.[0-9]-rc.[0-9]+'
8
- push:
9
10
11
12
workflow_dispatch:
13
14
permissions:
15
contents: none # We use the github app to checkout and push changes
16
17
jobs:
18
merge-release-tag:
+ if: ${{ github.ref =~ '^refs/tags/mongosh@[0-9]+\.[0-9]+\.[0-9]+(-rc\.[0-9]+)?$' }}
19
runs-on: ubuntu-latest
20
21
steps:
0 commit comments