Skip to content

Commit 42991b3

Browse files
author
John Luo
authored
Replace 'master' with 'main' (#295)
1 parent ba26cfb commit 42991b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
- git config --global core.autocrlf true
33
branches:
44
only:
5-
- master
5+
- main
66
- /^(.*\/)?ci-.*$/
77
- /^rel\/.*/
88
configuration:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ASP.NET MVC, Web API, Web Pages, and Razor
22
===
33

4-
AppVeyor: [![AppVeyor](https://ci.appveyor.com/api/projects/status/github/aspnet/aspnetwebstack?branch=master&svg=true)](https://ci.appveyor.com/project/aspnetci/aspnetwebstack/branch/master)
4+
AppVeyor: [![AppVeyor](https://ci.appveyor.com/api/projects/status/github/aspnet/aspnetwebstack?branch=main&svg=true)](https://ci.appveyor.com/project/aspnetci/aspnetwebstack/branch/main)
55

66
## Note: This repo is for ASP.NET MVC 5.x, Web API 2.x, and Web Pages 3.x. For ASP.NET Core MVC, check the [AspNetCore repo](https://github.com/aspnet/AspNetCore).
77

0 commit comments

Comments
 (0)