From 620b0bc963067021d10d9613c6c32c0a889246e8 Mon Sep 17 00:00:00 2001 From: JunJangE Date: Mon, 15 Jul 2024 10:06:32 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20ci=20pull=5Frequest=EB=A1=9C=20?= =?UTF-8?q?=EC=84=A4=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/android-pull-request-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/android-pull-request-ci.yml b/.github/workflows/android-pull-request-ci.yml index 9a15261e8..68ecc0056 100644 --- a/.github/workflows/android-pull-request-ci.yml +++ b/.github/workflows/android-pull-request-ci.yml @@ -5,8 +5,7 @@ on: branches: [ develop ] paths: - 'android/**' - pull_request_target: - types: [ opened ] + pull_request: branches: [ develop ] paths: - 'android/**'