From 5709c7152a7f9e04926d9a08fda2d03b716911ac Mon Sep 17 00:00:00 2001 From: brb Date: Tue, 11 Jul 2023 18:41:05 +0200 Subject: [PATCH] updated to only run when tag is provided to release branch --- .gitea/workflows/release.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 32bb745..cfd4d52 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -3,7 +3,8 @@ run-name: Build and Publish Service runs-on: ubuntu-latest on: push: - branches: [release/v*] + branches: [release] + tags: [v*] jobs: test: name: Test