فهرست منبع

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: