Skip to content

Commit

Permalink
ping?
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindberg committed Nov 15, 2022
1 parent a829a36 commit ad9f226
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: CI Build
on:
pull_request:
branches: [ 'master' ]
push:
branches: [ 'master' ]

jobs:
scalafmt:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/release-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,18 @@ name: Release snapshot
on:
push:
branches: [ 'master' ]

jobs:
release-snapshot:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: coursier/cache-action@v6
- uses: coursier/[email protected]
apps: sbt
with:
apps: sbt

- name: publish snapshot
run: sbt ci-release

0 comments on commit ad9f226

Please sign in to comment.