From fbcab2893db444ec524a4bd3f1a475d5d66bf64d Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 3 Aug 2026 18:47:05 +0000 Subject: [PATCH] ci: skip push-triggered tests on claude/* branches Pushes to claude/** no longer trigger the Tests workflow; pull requests from those branches still run it, so nothing is left untested. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01GhDHijG4Yq4A6wbEBxfV7U --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 39e29193..53cad550 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -2,6 +2,8 @@ name: Tests on: push: + branches-ignore: + - "claude/**" pull_request: schedule: - cron: "0 8 * * *"