From ea7b2fd278ac1e035b922bc8f5593db2ae01153e Mon Sep 17 00:00:00 2001 From: Johan LEROY Date: Mon, 22 Jun 2026 10:15:20 +0200 Subject: [PATCH] =?UTF-8?q?ci:=20d=C3=A9place=20ci.yml=20+=20release.yml?= =?UTF-8?q?=20vers=20.gitea/workflows?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Gitea Actions ignore .github/workflows/ dès que .gitea/workflows/ existe (ajouté avec prod.yml). Résultat : ci.yml et release.yml ne se déclenchaient plus (ni CI sur push, ni publication sur tag). On les remet dans le répertoire effectivement lu par Gitea. --- {.github => .gitea}/workflows/ci.yml | 0 {.github => .gitea}/workflows/release.yml | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {.github => .gitea}/workflows/ci.yml (100%) rename {.github => .gitea}/workflows/release.yml (100%) diff --git a/.github/workflows/ci.yml b/.gitea/workflows/ci.yml similarity index 100% rename from .github/workflows/ci.yml rename to .gitea/workflows/ci.yml diff --git a/.github/workflows/release.yml b/.gitea/workflows/release.yml similarity index 100% rename from .github/workflows/release.yml rename to .gitea/workflows/release.yml