Skip to content

Commit 77f784c

Browse files
committed
Checkout the 'main' branch of Scala.js instead of 'master'.
1 parent c7f486b commit 77f784c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
scalabranch: ["2.11.x", "2.12.x", "2.13.x"]
15-
scalajsbranch: ["master"]
15+
scalajsbranch: ["main"]
1616
env:
1717
SCALA_BRANCH: "${{ matrix.scalabranch }}"
18-
SCALAJS_BRANCH: "master"
18+
SCALAJS_BRANCH: "main"
1919
steps:
2020
- uses: actions/checkout@v2
2121
- uses: olafurpg/setup-scala@v10

run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ echo "Project suffix: $SUFFIX"
1010
echo "Scala.js branch: $SCALAJS_BRANCH"
1111

1212
case $SCALAJS_BRANCH in
13-
master)
13+
main)
1414
TESTS="testSuite$SUFFIX/test testSuiteJVM$SUFFIX/test ir$SUFFIX/test irJS$SUFFIX/test linker$SUFFIX/test linkerJS$SUFFIX/test"
1515
;;
1616
*)

0 commit comments

Comments
 (0)