We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e86ed9c + 9e314f4 commit 845d240Copy full SHA for 845d240
.github/workflows/ci.yml
@@ -43,9 +43,12 @@ jobs:
43
jvm: ${{ matrix.jvm }}
44
apps: sbt
45
- run: sbt test
46
- - run: sbt scripted
+ - run: sbt "scripted dependency-manifest/*"
47
+ - run: sbt "scripted submit-snapshot/*"
48
+ if: github.event_name == 'push' || github.event.pull_request.head.repo.owner.login == 'scalacenter'
49
50
test-action:
51
52
strategy:
53
matrix:
54
os: [ubuntu-latest, macOS-latest, windows-latest]
0 commit comments