Skip to content

Commit 963eb37

Browse files
authored
rename master branch to main (#821)
1 parent d0c4070 commit 963eb37

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Exchange constructors are private, to get access to an exchange in code use:
8080

8181
On \*nix systems:
8282

83-
- Run this command `curl https://github.com/jjxtra/ExchangeSharp/raw/master/install-console.sh | sh`
83+
- Run this command `curl https://github.com/DigitalRuby/ExchangeSharp/raw/main/install-console.sh | sh`
8484

8585
On Windows (or manually):
8686

azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ trigger:
22
batch: false
33
branches:
44
include:
5-
- master
5+
- main
66
paths:
77
exclude:
88
- .github/**
@@ -17,7 +17,7 @@ pr:
1717
autoCancel: true
1818
branches:
1919
include:
20-
- master
20+
- main
2121
paths:
2222
exclude:
2323
- .github/**
@@ -30,7 +30,7 @@ schedules:
3030
displayName: Monthly release
3131
branches:
3232
include:
33-
- master
33+
- main
3434

3535
variables:
3636
BuildConfiguration: 'Release'

0 commit comments

Comments
 (0)