From 77f3b2578f7a14607df6e8d75871409e2bfa3f30 Mon Sep 17 00:00:00 2001 From: vikingnope Date: Thu, 9 May 2024 16:39:29 +0200 Subject: [PATCH] updates release --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f1cd1fa..45801f0 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -3,8 +3,8 @@ on: push: branches: - master - paths: - - 'Packages/**' + tags: + - "v*" permissions: