File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ name: CI
2
2
on :
3
3
push :
4
4
branches :
5
- - master
5
+ - main
6
6
pull_request :
7
7
branches :
8
- - master
8
+ - main
9
9
jobs :
10
10
build :
11
11
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1
1
# Contributing guidelines
2
2
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 ) .
4
4
The same guidelines apply to this repository.
5
5
6
6
## Very important notice
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ val commonSettings: Seq[Setting[_]] = Seq(
16
16
17
17
homepage := Some (url(" http://scala-js.org/" )),
18
18
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" )),
20
20
scmInfo := Some (ScmInfo (
21
21
url(" https://github.com/scala-js/scala-js-java-logging" ),
22
22
" scm:git:[email protected] :scala-js/scala-js-java-logging.git" ,
You can’t perform that action at this time.
0 commit comments