From 963eb3764ca8f8db418b1df28ef6caf5dc8e37c1 Mon Sep 17 00:00:00 2001 From: Victor Lee Date: Fri, 5 Jan 2024 21:49:16 -0800 Subject: [PATCH] rename `master` branch to `main` (#821) --- README.md | 2 +- azure-pipelines.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ce573649..314ce60c 100644 --- a/README.md +++ b/README.md @@ -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): diff --git a/azure-pipelines.yml b/azure-pipelines.yml index fe84bbf1..7f1d9760 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -2,7 +2,7 @@ trigger: batch: false branches: include: - - master + - main paths: exclude: - .github/** @@ -17,7 +17,7 @@ pr: autoCancel: true branches: include: - - master + - main paths: exclude: - .github/** @@ -30,7 +30,7 @@ schedules: displayName: Monthly release branches: include: - - master + - main variables: BuildConfiguration: 'Release'