Skip to content

Commit

Permalink
Rename master branch to main (#424)
Browse files Browse the repository at this point in the history
Pull request: #424
  • Loading branch information
lefou authored Jan 3, 2023
1 parent fe9269c commit 162c4ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: ci
on:
push:
branches:
- master
- main
tags:
- '*'
pull_request:
branches:
- master
- main

jobs:
test-js:
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
lazy val upickleReadme = scalatex.ScalatexReadme(
projectId = "upickleReadme",
wd = file(""),
url = "https://github.com/lihaoyi/upickle/tree/master",
url = "https://github.com/lihaoyi/upickle/tree/main",
source = "Readme"
).settings(
scalaVersion := "2.12.17"
)
)

0 comments on commit 162c4ae

Please sign in to comment.