Skip to content

Commit 0f48de2

Browse files
committed
Rename the 'master' branch to 'main'.
1 parent 4d7b19c commit 0f48de2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ inThisBuild(Seq(
88

99
homepage := Some(url("https://www.scala-js.org/")),
1010
licenses += ("BSD New",
11-
url("https://github.com/scala-js/scala-js-env-jsdom-nodejs/blob/master/LICENSE")),
11+
url("https://github.com/scala-js/scala-js-env-jsdom-nodejs/blob/main/LICENSE")),
1212
scmInfo := Some(ScmInfo(
1313
url("https://github.com/scala-js/scala-js-env-jsdom-nodejs"),
1414
"scm:git:[email protected]:scala-js/scala-js-env-jsdom-nodejs.git",

0 commit comments

Comments
 (0)