Skip to content

Commit 9959928

Browse files
dpwanjalaclaude
andcommitted
chore: rename default branch from master to main
Update CI and deploy workflow triggers to reference main branch. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 11da75e commit 9959928

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: CI
22
on:
33
push:
4-
branches: [master]
4+
branches: [main]
55
pull_request:
66

77
env:

.github/workflows/deploy-site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy Site
22

33
on:
44
push:
5-
branches: [master]
5+
branches: [main]
66
paths: ['web/**']
77
workflow_dispatch:
88

0 commit comments

Comments
 (0)