From f8186076806f0746e07681f4bb59ae72d0ff4bd9 Mon Sep 17 00:00:00 2001 From: Chirag Aggarwal Date: Thu, 15 May 2025 05:27:43 +0000 Subject: [PATCH] chore: keep console sdk preview automatic --- .github/workflows/sdk-preview.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sdk-preview.yml b/.github/workflows/sdk-preview.yml index b90b9dee97..e317845768 100644 --- a/.github/workflows/sdk-preview.yml +++ b/.github/workflows/sdk-preview.yml @@ -1,6 +1,9 @@ name: "SDK Preview" on: + pull_request: + paths: + - 'app/config/specs/*-latest-console.json' workflow_dispatch: inputs: platform: @@ -8,7 +11,6 @@ on: description: "Platform to build" options: - client - - console - server jobs: