Browse Source

Merge pull request #60 from nameczz/main

 add github action name
nameczz 4 years ago
parent
commit
cc9240090b
2 changed files with 4 additions and 0 deletions
  1. 2 0
      .github/workflows/dev.yml
  2. 2 0
      .github/workflows/release.yml

+ 2 - 0
.github/workflows/dev.yml

@@ -1,3 +1,5 @@
+name: Milvus insight dev release
+
 on:
   pull_request:
     branches:

+ 2 - 0
.github/workflows/release.yml

@@ -1,3 +1,5 @@
+name: Milvus insight prod release
+
 on:
   release:
     types: [released]