From 5e272d4f5c218e4db6f30b982d37facc3d375281 Mon Sep 17 00:00:00 2001 From: Tommaso Bianchi Date: Fri, 3 Jul 2026 07:06:18 +0200 Subject: [PATCH] CI: build on push to cad-mainline The push trigger listed main/release/belt-printer but not our working branch cad-mainline, so pushes to it never auto-built. Add cad-mainline. Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01BVzKmX6Y1aEteit1HTXG4Q --- .github/workflows/build_all.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build_all.yml b/.github/workflows/build_all.yml index 4792c59fb7..9b8761b6fe 100644 --- a/.github/workflows/build_all.yml +++ b/.github/workflows/build_all.yml @@ -6,6 +6,7 @@ on: - main - release/* - belt-printer + - cad-mainline paths: - 'deps/**' - 'src/**'