浏览代码

run workflow on push

(otherwise it won't show up)
Sebastian Stenzel 3 年之前
父节点
当前提交
ba037007a4
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .github/workflows/appimage.yml

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

@@ -1,6 +1,7 @@
 name: Build AppImage
 
 on:
+  push: # TODO remove before merging into develop
   release:
     types: [published]
   workflow_dispatch: