From 6b5d644c199be7a4522eac0f9fc60f54d0528fef Mon Sep 17 00:00:00 2001 From: "Nathan.fooo" <86001920+appflowy@users.noreply.github.com> Date: Sat, 30 Mar 2024 10:34:26 +0800 Subject: [PATCH] chore: update ci config (#427) --- .github/workflows/integration_test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration_test.yml b/.github/workflows/integration_test.yml index 87999900..12c099b8 100644 --- a/.github/workflows/integration_test.yml +++ b/.github/workflows/integration_test.yml @@ -4,8 +4,9 @@ on: push: branches: [ main ] pull_request: - types: [ opened, synchronize, reopened ] branches: [ main ] + pull_request_target: + types: [ opened, synchronize, reopened ] env: LOCALHOST_URL: http://localhost