Skip to content

Commit 915f27c

Browse files
dfallingclaude
andcommitted
Skip lint on main pushes, keep it on PRs
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent b20a0f2 commit 915f27c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
run: bunx tsc --noEmit
2727

2828
- name: Biome (lint + format check)
29+
if: github.event_name == 'pull_request'
2930
run: bun run lint
3031

3132
- name: Test

0 commit comments

Comments
 (0)