Browse Source

run workflow on push

(otherwise it won't show up)
Sebastian Stenzel 3 năm trước cách đây
mục cha
commit
ba037007a4
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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: