From bf4d2e8c903305fd61a98d8c1ae23feae28fa251 Mon Sep 17 00:00:00 2001 From: Hintay Date: Thu, 1 Aug 2024 10:49:02 +0900 Subject: [PATCH] chore: fix ci workflow --- .github/workflows/branches.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/branches.yml b/.github/workflows/branches.yml index 98d24399..f24db064 100644 --- a/.github/workflows/branches.yml +++ b/.github/workflows/branches.yml @@ -2,7 +2,7 @@ name: Synchronize Branches on: workflow_dispatch: - pull_request: + pull_request_target: branches: - 'dev' types: [ closed ]