From e285b8d252727ff6ab9607c62e5de4376e44436d Mon Sep 17 00:00:00 2001 From: italolelis Date: Wed, 18 Sep 2019 15:48:59 +0200 Subject: [PATCH] Small fixes --- .github/workflows/main.yml | 9 ++++++++- README.md | 1 + 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 710fe54..7f106d7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,5 +1,12 @@ name: Main -on: [push, pull_request] +on: + push: + branches: + - master + pull_request: + branches: + - "*" + jobs: test: # Job name is Greeting diff --git a/README.md b/README.md index ea5c329..0023fd3 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,7 @@ Outboxer comes with a few implementations of Data Stores and Event Streams. - [Postgres DataStore](postgres/) - [MySQL DataStore](mysql/) - [AMQP EventStream](amqp/) +- [Kinesis EventStream](kinesis/) ## Contributing