Skip to content

Commit 2e7a80a

Browse files
authored
Merge pull request #173 from eed3si9n/wip/branch
Include main as main branch candidate
2 parents 3ab9b6f + e937c1e commit 2e7a80a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
java-version: ${{ matrix.java }}
3030
distribution: temurin
31-
- uses: coursier/cache-action@v6
31+
cache: sbt
3232
- shell: bash
3333
run: sbt -v $(if [[ "${{matrix.sbt_version}}" != "" ]] ; then echo "^^${{matrix.sbt_version}}" ; fi) test scripted
3434
- shell: bash

.github/workflows/release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Release
22
on:
33
push:
4-
branches: [master]
4+
branches: ["master", "main"]
55
tags: ["*"]
66
jobs:
77
publish:
@@ -14,6 +14,7 @@ jobs:
1414
with:
1515
java-version: 8
1616
distribution: adopt
17+
cache: sbt
1718
- run: sbt -Dsbt.io.jdktimestamps=true ci-release
1819
if: ${{ github.repository_owner == 'sbt' }}
1920
env:

0 commit comments

Comments
 (0)