Use more restrictive tag pattern in publish release workflow (#6242)

This commit is contained in:
Jakub Kuczys 2023-08-26 21:02:49 +02:00 committed by GitHub
parent bb2e3687fc
commit 9ef4271afa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@ name: Publish Release
on:
push:
tags:
- "*"
- "3.[0-9]+.[0-9]+"
jobs:
release_information: