diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 339a69a..43b0ce5 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -7,7 +7,7 @@ on: push: branches: [ "main" ] pull_request: - branches: [ "main" ] + branches: [ "main", "v*" ] jobs: build: diff --git a/eventstore.go b/eventstore.go index 913ec23..47f7188 100644 --- a/eventstore.go +++ b/eventstore.go @@ -42,7 +42,7 @@ type AggregatePredefinedSequence interface { // Action describes the base data of [Command]'s and [Event]'s type Action interface { - // Action represent the change of an object + // Action represent the change of an object. // // most likely the [Aggregate()] list will be the first elements of the // [Action]