From 097ebf5db709c4098b60361d3a9efbf089b6604e Mon Sep 17 00:00:00 2001 From: Dirk Riemann Date: Sat, 18 Apr 2026 10:40:44 +0200 Subject: [PATCH] ci: run on every push (not just main) so feat branches also get CI Matches mammon's pattern more closely and makes PR CI reliable. Co-Authored-By: Claude Opus 4.7 (1M context) --- .forgejo/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 0e64467..ff81a23 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -2,7 +2,6 @@ name: tests on: push: - branches: [main] pull_request: jobs: