From b9383570e3cf9232b8830749c54b08a27fd46b73 Mon Sep 17 00:00:00 2001 From: Admin Date: Thu, 2 Apr 2026 18:00:48 +0500 Subject: [PATCH] =?UTF-8?q?ci:=20fix=20duplicate=20runs=20=E2=80=94=20igno?= =?UTF-8?q?re=20tag=20pushes=20and=20remove=20pull=5Frequest=20trigger?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 032b1b7..71fce6b 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -2,11 +2,8 @@ name: CI on: push: - paths: - - "backend/**" - - "ui/**" - - ".gitea/workflows/ci.yaml" - pull_request: + tags-ignore: + - "v*" paths: - "backend/**" - "ui/**"