summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuqman <luqazino@gmail.com>2024-04-02 14:11:20 +0100
committerGitHub <noreply@github.com>2024-04-02 13:11:20 +0000
commitbc77e071b7dcd73e18b3387ebba36bdebe6430fc (patch)
tree0b633b6c46379ba6e4b480512acf12b0311f55e0
parentfe7f11ffbe5c4fcaadb28df1005e0ef986a52587 (diff)
Add pull_request trigger for release branches in API Integration Tests workflow (#6278)
-rw-r--r--.github/workflows/platform-api-integration-test.yml3
1 files changed, 3 insertions, 0 deletions
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 }}