[MM-51751] Fix regex for tags trigger in CI/CD (#177)

This commit is contained in:
Ben Schumacher 2023-03-30 09:11:26 +02:00 committed by GitHub
parent 121997e77a
commit d17821a331
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ on:
- completed - completed
push: push:
tags: tags:
- "^v.*" - "v*"
permissions: permissions:
contents: read contents: read

View file

@ -6,7 +6,7 @@ on:
branches: branches:
- master - master
tags: tags:
- "^v.*" - "v*"
pull_request: pull_request:
permissions: permissions: