Skip to content

Commit b166a05

Browse files
committed
Rename the 'master' branch to 'main'.
1 parent e2f854b commit b166a05

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: CI
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
pull_request:
77
branches:
8-
- master
8+
- main
99
jobs:
1010
build:
1111
runs-on: ubuntu-latest

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contributing guidelines
22

3-
See the [contributing guidelines of Scala.js core](https://github.com/scala-js/scala-js/blob/master/CONTRIBUTING.md).
3+
See the [contributing guidelines of Scala.js core](https://github.com/scala-js/scala-js/blob/main/CONTRIBUTING.md).
44
The same guidelines apply to this repository.
55

66
## Very important notice

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ val commonSettings: Seq[Setting[_]] = Seq(
1616

1717
homepage := Some(url("http://scala-js.org/")),
1818
licenses += ("BSD New",
19-
url("https://github.com/scala-js/scala-js-java-logging/blob/master/LICENSE")),
19+
url("https://github.com/scala-js/scala-js-java-logging/blob/main/LICENSE")),
2020
scmInfo := Some(ScmInfo(
2121
url("https://github.com/scala-js/scala-js-java-logging"),
2222
"scm:git:[email protected]:scala-js/scala-js-java-logging.git",

0 commit comments

Comments
 (0)