Skip to content

Commit 7b1eaea

Browse files
authored
Update ci.yml
1 parent add0288 commit 7b1eaea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: CI
22
on:
3+
workflow_dispatch:
34
push:
45
branches:
56
- main
@@ -58,7 +59,6 @@ jobs:
5859
with:
5960
java-version: ${{ matrix.jdk }}
6061
- uses: coursier/cache-action@v6
61-
- uses: olafurpg/setup-gpg@v3
6262
- name: sbt test
6363
run: sbt -v ++${{ matrix.scala }} test
6464
- name: clean up

0 commit comments

Comments
 (0)