瀏覽代碼

Revert "attempt to trigger build when drafting a release"

This reverts commit e67772c9a6848e9d597c212d63beade803972cbf.
Sebastian Stenzel 3 年之前
父節點
當前提交
0d78318373
共有 4 個文件被更改,包括 4 次插入4 次删除
  1. 1 1
      .github/workflows/appimage.yml
  2. 1 1
      .github/workflows/debian.yml
  3. 1 1
      .github/workflows/mac-dmg.yml
  4. 1 1
      .github/workflows/win-exe.yml

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

@@ -2,7 +2,7 @@ name: Build AppImage
 
 on:
   release:
-    types: [created]
+    types: [published]
   workflow_dispatch:
 
 env:

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

@@ -2,7 +2,7 @@ name: Build Debian Package
 
 on:
   release:
-    types: [created]
+    types: [published]
   workflow_dispatch:
     inputs:
       dput:

+ 1 - 1
.github/workflows/mac-dmg.yml

@@ -2,7 +2,7 @@ name: Build macOS .dmg
 
 on:
   release:
-    types: [created]
+    types: [published]
   workflow_dispatch:
 
 env:

+ 1 - 1
.github/workflows/win-exe.yml

@@ -2,7 +2,7 @@ name: Build Windows Installer
 
 on:
   release:
-    types: [created]
+    types: [published]
   workflow_dispatch:
 
 env: