Skip to content

Commit b666192

Browse files
committed
Rename the 'master' branch to 'main'.
1 parent 79df7bd commit b666192

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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.
55

66
## Very important notice

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ val commonSettings: Seq[Setting[_]] = Seq(
1616

1717
homepage := Some(url(http://github.com/%3Cspan%20class=%22pl-s%22%3E%3Cspan%20class=%22pl-pds%22%3E"%3C/span%3Ehttp://scala-js.org/%3Cspan%20class=%22pl-pds%22%3E"%3C/span%3E%3C/span%3E)),
1818
licenses += ("BSD New",
19-
url(http://github.com/%3Cspan%20class=%22pl-s%22%3E%3Cspan%20class=%22pl-pds%22%3E%22%3C/span%3Ehttps://github.com/scala-js/scala-js-java-time/blob/%3Cspan%20class=%22x%20x-first%20x-last%22%3Emaster%3C/span%3E/LICENSE%3Cspan%20class=%22pl-pds%22%3E%22%3C/span%3E%3C/span%3E)),
19+
url(http://github.com/%3Cspan%20class=%22pl-s%22%3E%3Cspan%20class=%22pl-pds%22%3E%22%3C/span%3Ehttps://github.com/scala-js/scala-js-java-time/blob/%3Cspan%20class=%22x%20x-first%20x-last%22%3Emain%3C/span%3E/LICENSE%3Cspan%20class=%22pl-pds%22%3E%22%3C/span%3E%3C/span%3E)),
2020
scmInfo := Some(ScmInfo(
2121
url(http://github.com/%3Cspan%20class=%22pl-s%22%3E%3Cspan%20class=%22pl-pds%22%3E"%3C/span%3Ehttps://github.com/scala-js/scala-js-java-time%3Cspan%20class=%22pl-pds%22%3E"%3C/span%3E%3C/span%3E),
2222
"scm:git:[email protected]:scala-js/scala-js-java-time.git",

0 commit comments

Comments
 (0)