Browse Source

chore: fix ci workflow

Hintay 9 tháng trước cách đây
mục cha
commit
bf4d2e8c90
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .github/workflows/branches.yml

+ 1 - 1
.github/workflows/branches.yml

@@ -2,7 +2,7 @@ name: Synchronize Branches
 
 on:
   workflow_dispatch:
-  pull_request:
+  pull_request_target:
     branches:
       - 'dev'
     types: [ closed ]