From 6cfc8c0347829d0bc4af7bf3534101dc49a35b31 Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 16 Aug 2026 17:04:02 +0000 Subject: [PATCH] ci: run Build workflow on pushes to master The push trigger listed `main`, but this repository's default branch is `master`, so the trigger never fired and nothing validated the default branch after a merge. Every run in the recent history was pull_request triggered. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01GWYKHSVSNoLM8Hquum8CuD --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9da5d8cf..a75c25ae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: Build on: push: branches: - - main + - master pull_request: workflow_dispatch: