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

This commit is contained in:
Ben Schumacher 2023-03-28 21:13:09 +02:00 committed by GitHub
parent 16442671c5
commit 0cd7cd7142
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
push:
tags:
- "^v.*"
- "v*"
permissions:
contents: read

View File

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