Skip to content

Commit 8dc20aa

Browse files
committedDec 1, 2021
Rename the 'master' branch to 'main'.
1 parent afde640 commit 8dc20aa

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,4 +1,4 @@
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.

‎build.sbt

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

2222
homepage := Some(url("http://scala-js.org/")),
2323
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")),
2525
scmInfo := Some(ScmInfo(
2626
url("https://github.com/scala-js/scala-js-env-selenium"),
2727
"scm:git:git@github.com:scala-js/scala-js-env-selenium.git",

0 commit comments

Comments
 (0)
Please sign in to comment.