Browse Source

run workflow on push

(otherwise it won't show up)
Sebastian Stenzel 3 years ago
parent
commit
ba037007a4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/appimage.yml

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

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