We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 655ab73 commit eb02d0bCopy full SHA for eb02d0b
.github/workflows/test.yml
@@ -2,7 +2,9 @@ name: CI
2
3
on:
4
pull_request:
5
- branches: ['*']
+ branches: ["*"]
6
+ push:
7
+ branches: ["master"]
8
9
jobs:
10
build:
@@ -14,7 +16,7 @@ jobs:
14
16
- 8
15
17
- 11
18
- 17
-# - [email protected]
19
+ # - [email protected]
20
runs-on: ${{ matrix.os }}
21
steps:
22
- name: Checkout
@@ -41,7 +43,7 @@ jobs:
41
43
distribution: temurin # See 'Supported distributions' for available options
42
44
java-version: ${{ matrix.java }}
45
check-latest: true
- cache: 'sbt'
46
+ cache: "sbt"
47
- uses: sbt/setup-sbt@v1
48
with:
49
sbt-runner-version: 1.10.5
0 commit comments