From a98f3951ca3ca854963c262cd83d043ef2f11dd2 Mon Sep 17 00:00:00 2001 From: nathan Date: Tue, 2 Apr 2024 11:56:51 +0800 Subject: [PATCH] chore: enable pull request target --- .github/workflows/integration_test.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/integration_test.yml b/.github/workflows/integration_test.yml index 89e3e1ef..b4cba707 100644 --- a/.github/workflows/integration_test.yml +++ b/.github/workflows/integration_test.yml @@ -3,14 +3,10 @@ name: AppFlowy-Cloud Integrations on: push: branches: [ main ] + pull_request_target: + branches: [ main ] pull_request: branches: [ main ] - types: - - opened - - synchronize - - reopened - - unlocked - - ready_for_review concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}