Skip to content

Commit

Permalink
rename master branch to main (#821)
Browse files Browse the repository at this point in the history
  • Loading branch information
vslee authored Jan 6, 2024
1 parent d0c4070 commit 963eb37
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Exchange constructors are private, to get access to an exchange in code use:

On \*nix systems:

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

On Windows (or manually):

Expand Down
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ trigger:
batch: false
branches:
include:
- master
- main
paths:
exclude:
- .github/**
Expand All @@ -17,7 +17,7 @@ pr:
autoCancel: true
branches:
include:
- master
- main
paths:
exclude:
- .github/**
Expand All @@ -30,7 +30,7 @@ schedules:
displayName: Monthly release
branches:
include:
- master
- main

variables:
BuildConfiguration: 'Release'
Expand Down

0 comments on commit 963eb37

Please sign in to comment.