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 * * *"