Skip to content

Commit 5d69a9b

Browse files
committed
chore: replace master references with main
1 parent 680efbc commit 5d69a9b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Test Mini TypeScript Hero
22

33
on:
44
push:
5-
branches: [main, master, mini-typescript-hero-v4]
5+
branches: [main, mini-typescript-hero-v4]
66
pull_request:
7-
branches: [main, master]
7+
branches: [main]
88

99
jobs:
1010
test:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ MIT License — Original work Copyright (c) Christoph Bühler
262262

263263
- [Configuration Reference](README-configuration.md) — Complete settings documentation
264264
- [Migration Guide](README-migration.md) — Migrating from TypeScript Hero
265-
- [Developer Guide](https://github.com/angular-schule/mini-typescript-hero/blob/master/README-for-developers.md) — Development setup, debugging, and contributing
265+
- [Developer Guide](https://github.com/angular-schule/mini-typescript-hero/blob/main/README-for-developers.md) — Development setup, debugging, and contributing
266266
- [Report Issues](https://github.com/angular-schule/mini-typescript-hero/issues)
267267
- [Request Features](https://github.com/angular-schule/mini-typescript-hero/issues)
268268

0 commit comments

Comments
 (0)