From 2f5ca821821518ac4e69ba6dc75a25a8413f4178 Mon Sep 17 00:00:00 2001 From: Charbel Khadra Date: Wed, 29 Oct 2025 18:12:29 +0400 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) 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) From b8f236599c21b5abaa835f0cc98bc43031f6842a Mon Sep 17 00:00:00 2001 From: Charbel Khadra Date: Wed, 29 Oct 2025 18:13:32 +0400 Subject: [PATCH 2/2] Update preview.yaml --- .github/workflows/preview.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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