Skip to content

Commit

Permalink
Fix default branch
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvanoosten committed Oct 21, 2024
1 parent beadea6 commit 5180867
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
- published
push:
branches:
- master
- main
pull_request:
branches-ignore:
- gh-pages
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ inThisBuild(
scala213 := _scala213,
scala3 := _scala3,
crossScalaVersions := List(scala3.value, scala213.value, scala212.value),
ciEnabledBranches := Seq("master"),
ciEnabledBranches := Seq("main"),
run / fork := true,
ciJvmOptions ++= Seq("-Xmx4G", "-Xss2M", "-XX:+UseG1GC"),
scalafixDependencies ++= List(
Expand Down

0 comments on commit 5180867

Please sign in to comment.