File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ name: CI
22on :
33 push :
44 branches :
5- - master
5+ - main
66 pull_request :
77 branches :
8- - master
8+ - main
99jobs :
1010 build :
1111 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 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 ) .
44The same guidelines apply to this repository.
55
66## Very important notice
Original file line number Diff line number Diff 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:git@github.com:scala-js/scala-js-java-logging.git" ,
You can’t perform that action at this time.
0 commit comments