Skip to content

Commit eb02d0b

Browse files
committed
Run tests on master
1 parent 655ab73 commit eb02d0b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: CI
22

33
on:
44
pull_request:
5-
branches: ['*']
5+
branches: ["*"]
6+
push:
7+
branches: ["master"]
68

79
jobs:
810
build:
@@ -14,7 +16,7 @@ jobs:
1416
- 8
1517
- 11
1618
- 17
17-
19+
1820
runs-on: ${{ matrix.os }}
1921
steps:
2022
- name: Checkout
@@ -41,7 +43,7 @@ jobs:
4143
distribution: temurin # See 'Supported distributions' for available options
4244
java-version: ${{ matrix.java }}
4345
check-latest: true
44-
cache: 'sbt'
46+
cache: "sbt"
4547
- uses: sbt/setup-sbt@v1
4648
with:
4749
sbt-runner-version: 1.10.5

0 commit comments

Comments
 (0)