From ad8e245ec762921356a7b25e3f56787b72072719 Mon Sep 17 00:00:00 2001 From: Archicratia Date: Fri, 23 Jan 2026 15:35:13 +0100 Subject: [PATCH] ci: fix triggers (push any branch) + manual dispatch; remove stray quote --- .gitea/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 53f7587..ce29c60 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -102,3 +102,4 @@ NODE run: | set -euo pipefail node scripts/verify-anchor-aliases-in-dist.mjs + \ No newline at end of file