Skip to content

Commit 8ca8cd9

Browse files
authored
Update ci.yml (#70)
* Update ci.yml
1 parent bba333f commit 8ca8cd9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
name: CI
2-
on:
3-
push:
2+
on: [pull_request]
43
jobs:
54
build:
65
runs-on: ubuntu-latest
76
steps:
87
- uses: actions/checkout@v1
98
- uses: olafurpg/setup-scala@v5
109
- name: Test
11-
run: sbt scalafmtCheckAll test
10+
run: sbt scalafmtCheckAll test

0 commit comments

Comments
 (0)