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.
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ val commonSettings: Seq[Setting[_]] = Seq(
21
21
22
22
homepage := Some (url(" http://scala-js.org/" )),
23
23
licenses += (" BSD New" ,
24
- url(" https://github.com/scala-js/scala-js-env-selenium/blob/master /LICENSE" )),
24
+ url(" https://github.com/scala-js/scala-js-env-selenium/blob/main /LICENSE" )),
25
25
scmInfo := Some (ScmInfo (
26
26
url(" https://github.com/scala-js/scala-js-env-selenium" ),
27
27
" scm:git:git@github.com:scala-js/scala-js-env-selenium.git" ,
You can’t perform that action at this time.
0 commit comments