Skip to content

Commit

Permalink
Rename primary branch to main (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
worldtiki authored Jan 20, 2021
1 parent 0c81be9 commit 25d0fe6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
Thank you for submitting a pull request!
Please verify that:
* [ ] Code is up-to-date with the `master` branch.
* [ ] Code is up-to-date with the `main` branch.
* [ ] You've successfully built and run the tests locally.
https://github.com/ExpediaGroup/mittens#how-to-build-and-run
* [ ] There are new or updated unit tests validating the change.
Refer to CONTRIBUTING.md for more details.
https://github.com/ExpediaGroup/mittens/blob/master/CONTRIBUTING.md
https://github.com/ExpediaGroup/mittens/blob/main/CONTRIBUTING.md
-->

### :pencil: Description
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish Docs
on:
push:
branches:
- master
- main
paths:
- 'docs/**'
- 'website/**'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Build
on:
pull_request:
branches:
- master
- main
push:
branches:
- master
- main

jobs:

Expand Down
2 changes: 1 addition & 1 deletion docs/installation/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: How to Build
---

Mittens is written in Go and uses [Go Modules](https://github.com/golang/go/wiki/Modules).
We provide a [Makefile](https://github.com/ExpediaGroup/mittens/blob/master/Makefile) which can be used to generate an executable binary and a Dockerfile if you prefer to run using Docker.
We provide a [Makefile](https://github.com/ExpediaGroup/mittens/blob/main/Makefile) which can be used to generate an executable binary and a Dockerfile if you prefer to run using Docker.

### Binary

Expand Down

0 comments on commit 25d0fe6

Please sign in to comment.