Parcourir la source

chore: fix ci workflow

Hintay il y a 9 mois
Parent
commit
bf4d2e8c90
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 ]