diff --git a/.github/workflows/preview.yaml b/.github/workflows/preview.yaml index 4251e7537..37347c6f9 100644 --- a/.github/workflows/preview.yaml +++ b/.github/workflows/preview.yaml @@ -4,8 +4,7 @@ on: pull_request: branches: - master - workflow_dispatch: - + jobs: preview: uses: anghami/pipelines/.github/workflows/preview.yaml@main diff --git a/README.md b/README.md index 9630add52..e3d14b9c5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # gorush + A push notification micro server using [Gin](https://github.com/gin-gonic/gin) framework written in Go (Golang) and see the [demo app](https://github.com/appleboy/flutter-gorush). [![Run Lint and Testing](https://github.com/appleboy/gorush/actions/workflows/testing.yml/badge.svg)](https://github.com/appleboy/gorush/actions/workflows/testing.yml)