From 57898f8d5ff923510a285865445edbfec567c60d Mon Sep 17 00:00:00 2001 From: Fimeg Date: Sun, 23 Aug 2026 20:10:44 -0400 Subject: [PATCH] run the gates on the public branch too The candidate ref never triggered anything, so a push to public produced no run and therefore no gate proof. --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 75883f8..8424ffb 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -10,7 +10,7 @@ name: ci # branch, one meaning: green on primary means it built and it shipped. on: push: - branches: [primary] + branches: [primary, public] pull_request: branches: [primary]