Skip to content

Commit 0095b19

Browse files
Run CI on push to main so the badge stays current (#38)
The badge URL includes ?branch=main but CI only ran on pull_request, so no run was ever recorded against main and the badge showed no status. Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 6d46204 commit 0095b19

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: CI
22

33
on:
4+
push:
5+
branches: [ "main" ]
46
pull_request:
57
branches: [ "main" ]
68

0 commit comments

Comments
 (0)