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 d3bbca8
Show file tree
Hide file tree
Showing 2 changed files with 5 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
4 changes: 3 additions & 1 deletion .github/workflows/release-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@ name: Release snapshot
on:
push:
branches: [ 'master' ]

jobs:
release-snapshot:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- 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 d3bbca8

Please sign in to comment.