From bc77e071b7dcd73e18b3387ebba36bdebe6430fc Mon Sep 17 00:00:00 2001 From: Luqman Date: Tue, 2 Apr 2024 14:11:20 +0100 Subject: [PATCH] Add pull_request trigger for release branches in API Integration Tests workflow (#6278) --- .github/workflows/platform-api-integration-test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/platform-api-integration-test.yml b/.github/workflows/platform-api-integration-test.yml index 92b7073045b..11b4c9c5d40 100644 --- a/.github/workflows/platform-api-integration-test.yml +++ b/.github/workflows/platform-api-integration-test.yml @@ -2,6 +2,9 @@ name: API Integration Tests on: workflow_dispatch: + pull_request: + branches: + - release/* concurrency: group: ${{ github.workflow }}-${{ github.ref }}