From 0c218d7a426c4b73a643f06045f2400d51b62cdd Mon Sep 17 00:00:00 2001 From: 4NK Dev Date: Sun, 21 Sep 2025 07:23:02 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20correction=20du=20workflow=20CI=20pour?= =?UTF-8?q?=20d=C3=A9clencher=20sur=20le=20tag=20'ext'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build-ext.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build-ext.yml b/.gitea/workflows/build-ext.yml index fcdf4a6..476e578 100644 --- a/.gitea/workflows/build-ext.yml +++ b/.gitea/workflows/build-ext.yml @@ -2,8 +2,8 @@ name: build-and-push-ext on: push: - branches: - - dev4 + tags: + - ext jobs: build_push: