Sfoglia il codice sorgente

Merge pull request #65 from nameczz/main

change dev action trigger
ryjiang 4 anni fa
parent
commit
c5644be975
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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]