Skip to content

Commit 09081f2

Browse files
authored
update readme (#52)
* update readme * update
1 parent 9123e04 commit 09081f2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/hello.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Friendly Welcome
33
on:
44
issues:
55
types: [opened]
6+
pull_request:
7+
types: [opened]
68
pull_request_target:
79
types: [opened]
810

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Laravel AWS Timestream
22

3-
[![PHPUnit Tests](https://github.com/norbybaru/laravel-aws-timestream/actions/workflows/run-tests.yml/badge.svg?branch=main)](https://github.com/norbybaru/laravel-aws-timestream/actions/workflows/run-tests.yml)
4-
[![PHPStan](https://github.com/norbybaru/laravel-aws-timestream/actions/workflows/phpstan.yml/badge.svg?branch=main)](https://github.com/norbybaru/laravel-aws-timestream/actions/workflows/phpstan.yml)
3+
[![Run Unit Tests](https://github.com/norbybaru/laravel-aws-timestream/actions/workflows/run-tests.yml/badge.svg)](https://github.com/norbybaru/laravel-aws-timestream/actions/workflows/run-tests.yml)
4+
[![PHPStan](https://github.com/norbybaru/laravel-aws-timestream/actions/workflows/phpstan.yml/badge.svg)](https://github.com/norbybaru/laravel-aws-timestream/actions/workflows/phpstan.yml)
55

66
AWS Timestream is a fast, scalable, and serverless time series database service.
77
This package is an opinionated implementation to query timestream and ingest data into timestream.

0 commit comments

Comments
 (0)