Skip to content

Commit

Permalink
Change release workflow back to original
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Chapuis committed Oct 5, 2021
1 parent 4983e65 commit 5584be4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
name: Release
on:
workflow_dispatch:
push:
branches: [master, main]
tags: ["*"]
jobs:
publish:
runs-on: ubuntu-20.04
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
- uses: olafurpg/setup-scala@v13
- run: sbt ci-release
env:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,4 +163,4 @@ This example application can be found in `endless-example` and can be run direct

## Inspiration
This library takes most of its inspiration from the outstanding work done by Denis Mikhaylov & contributors on https://github.com/notxcain/aecor as well as the excellent [blog series](https://pavkin.ru/aecor-intro/) by Vladimir Pavkin.
Compared to Aecor, this library aims to be smaller in scale, stick close to DDD & Akka nomenclature and provide a thin runtime layer delegating to native Akka persistence as much as possible.
Compared to Aecor, this library aims to be smaller in scale (no projections, at least for now), stick close to DDD & Akka nomenclature and provide a thin runtime layer delegating to native Akka persistence as much as possible.

0 comments on commit 5584be4

Please sign in to comment.