Skip to content

Commit 5ff0ddc

Browse files
committed
Add nightly releases for lts-3.3 branch
1 parent 6e8b355 commit 5ff0ddc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -602,6 +602,9 @@ jobs:
602602
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
603603
- ${{ github.workspace }}/../../cache/ivy:/root/.ivy2/cache
604604
- ${{ github.workspace }}/../../cache/general:/root/.cache
605+
strategy:
606+
matrix:
607+
branch: [main, lts-3.3]
605608
needs: [test_non_bootstrapped, test, mima, community_build_a, community_build_b, community_build_c, test_sbt, test_java8]
606609
if: "(github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') && github.repository == 'lampepfl/dotty'"
607610
env:
@@ -627,6 +630,8 @@ jobs:
627630

628631
- name: Git Checkout
629632
uses: actions/checkout@v4
633+
with:
634+
ref: ${{ matrix.branch }}
630635

631636
- name: Add SBT proxy repositories
632637
run: cp -vf .github/workflows/repositories /root/.sbt/ ; true

0 commit comments

Comments
 (0)