Skip to content
This repository was archived by the owner on Mar 6, 2023. It is now read-only.

Commit 185bfb2

Browse files
committed
Change branch name from master to main
1 parent 85257e0 commit 185bfb2

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
run: |
7272
git clone https://github.com/exceptionless/Exceptionless.git helm
7373
cd helm
74-
git checkout master
74+
git checkout main
7575
- name: Deploy Changes to Production Environment
7676
if: startsWith(github.ref, 'refs/tags/v')
7777
run: |

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If you would rather host Exceptionless yourself, you will need to follow the [se
2020

2121
_In appreciation for anyone who submits a non-trivial pull request, we will give you a free [Exceptionless](https://exceptionless.io) paid plan for a year. After your pull request is accepted, simply send an email to team@exceptionless.io with the name of your organization and we will upgrade you to a paid plan._
2222

23-
Please read the [contributing document](https://github.com/exceptionless/Exceptionless/blob/master/CONTRIBUTING.md) and follow the steps below to start configuring your Exceptionless development environment.
23+
Please read the [contributing document](https://github.com/exceptionless/Exceptionless/blob/main/CONTRIBUTING.md) and follow the steps below to start configuring your Exceptionless development environment.
2424

2525
1. You will need to clone this repo.
2626
2. Change into the `src` directory: `cd src`.

src/grunt/task-configs/gh-pages.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* jslint node: true */
22
module.exports = function () {
3-
var branch = process.env.APPVEYOR_REPO_BRANCH || 'master';
3+
var branch = process.env.APPVEYOR_REPO_BRANCH || 'main';
44
if (process.env.APPVEYOR_PULL_REQUEST_NUMBER) {
55
branch = 'pull/' + process.env.APPVEYOR_PULL_REQUEST_NUMBER;
66
}

0 commit comments

Comments
 (0)