Skip to content

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
italolelis committed Sep 18, 2019
1 parent 095fdb4 commit e285b8d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
name: Main
on: [push, pull_request]
on:
push:
branches:
- master
pull_request:
branches:
- "*"

jobs:
test:
# Job name is Greeting
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e285b8d

Please sign in to comment.