From 550551c4a069db3b870e4665bb08bcaf7d2ad430 Mon Sep 17 00:00:00 2001 From: brb Date: Wed, 12 Jul 2023 10:08:13 +0200 Subject: [PATCH] updated to only run when tag is provided --- .gitea/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index cfd4d52..2c9c202 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -3,8 +3,8 @@ run-name: Build and Publish Service runs-on: ubuntu-latest on: push: - branches: [release] - tags: [v*] + tags: + - 'v[0-9]+.[0-9]+.[0-9]+' jobs: test: name: Test