Browse Source

change dev action trigger

nameczz 4 years ago
parent
commit
961bb43ba7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/dev.yml

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

@@ -1,7 +1,7 @@
 name: Milvus insight dev release
 
 on:
-  pull_request:
+  pull_request_target:
     branches: [main]
     types: [closed]