From 9ef4271afa665fb0621044adbe5d9d5a516a7101 Mon Sep 17 00:00:00 2001 From: Jakub Kuczys Date: Sat, 26 Aug 2023 21:02:49 +0200 Subject: [PATCH] Use more restrictive tag pattern in publish release workflow (#6242) --- .github/workflows/publish_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_release.yml b/.github/workflows/publish_release.yml index 40cc4c5d9..00f023549 100644 --- a/.github/workflows/publish_release.yml +++ b/.github/workflows/publish_release.yml @@ -2,7 +2,7 @@ name: Publish Release on: push: tags: - - "*" + - "3.[0-9]+.[0-9]+" jobs: release_information: