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 e38d172 commit d5b6fe3Copy full SHA for d5b6fe3
.github/workflows/merge-release-tag.yml
@@ -1,16 +1,15 @@
1
name: Merge Release Tag
2
3
on:
4
- push:
5
- tags:
6
- - 'mongosh@[0-9]+.[0-9]+.[0-9]+*'
+ create:
7
workflow_dispatch:
8
9
permissions:
10
contents: none # We use the github app to checkout and push changes
11
12
jobs:
13
merge-release-tag:
+ if: ${{ github.ref =~ '^refs/tags/mongosh@[0-9]+\.[0-9]+\.[0-9]+(-rc\.[0-9]+)?$' }}
14
runs-on: ubuntu-latest
15
16
steps:
0 commit comments