Browse Source

try election action

Signed-off-by: Gitea <zizhao.chen@zilliz.com>
Gitea 3 years ago
parent
commit
1710d162cf
1 changed files with 3 additions and 1 deletions
  1. 3 1
      .github/workflows/electron.yml

+ 3 - 1
.github/workflows/electron.yml

@@ -1,6 +1,8 @@
 name: Build/release
 
-on: push
+on:
+  release:
+    types: [released]
 
 jobs:
   release: