From 3b30a3894e753fc9fe56cc8d0b753bde29b20290 Mon Sep 17 00:00:00 2001 From: Archicratia Date: Fri, 23 Jan 2026 15:33:04 +0100 Subject: [PATCH] ci: fix triggers (push any branch) + manual dispatch; remove stray quote --- .gitea/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 31ca94e..53f7587 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -1,10 +1,11 @@ name: CI on: + # IMPORTANT: pas de filtre branches ici => déclenchement garanti sur tout push push: - branches: ["**"] pull_request: branches: ["master"] + workflow_dispatch: env: NODE_OPTIONS: --dns-result-order=ipv4first