From 4824a743c5d7b2fc9090e8f0cc4668fc56672db7 Mon Sep 17 00:00:00 2001 From: mt77 Date: Thu, 15 May 2025 00:30:35 +0500 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20.gitea/workflows/build=5Fand=5Fdeploy.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build_and_deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build_and_deploy.yml b/.gitea/workflows/build_and_deploy.yml index 3b58de9..542f7ab 100644 --- a/.gitea/workflows/build_and_deploy.yml +++ b/.gitea/workflows/build_and_deploy.yml @@ -1,8 +1,8 @@ name: Build and Test Application on: push: - branches: - - release + tags: + - 'v*.*.*' jobs: build: