Skip to content

Commit 6f77025

Browse files
intel352claude
andcommitted
ci: fix branch mismatch — trigger on master not main
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent c3c7a68 commit 6f77025

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CI
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [master]
66
pull_request:
7-
branches: [main]
7+
branches: [master]
88

99
env:
1010
GONOSUMCHECK: github.com/GoCodeAlone/*

0 commit comments

Comments
 (0)