Ver código fonte

run workflow on push

(otherwise it won't show up)
Sebastian Stenzel 3 anos atrás
pai
commit
ba037007a4
1 arquivos alterados com 1 adições e 0 exclusões
  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: