From 0f384a119adbbd97f36e4f9cd0b07be48d8ce2e3 Mon Sep 17 00:00:00 2001 From: "Nathan.fooo" <86001920+appflowy@users.noreply.github.com> Date: Sat, 30 Mar 2024 11:06:20 +0800 Subject: [PATCH] chore: pull request target (#428) --- .github/workflows/integration_test.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/integration_test.yml b/.github/workflows/integration_test.yml index 12c099b8..0fa3f8e6 100644 --- a/.github/workflows/integration_test.yml +++ b/.github/workflows/integration_test.yml @@ -3,8 +3,6 @@ name: AppFlowy-Cloud Integrations on: push: branches: [ main ] - pull_request: - branches: [ main ] pull_request_target: types: [ opened, synchronize, reopened ]