AppImage build should be only on push, not on pull_request
[geeqie.git] / .github / workflows / appimage.yml
index e457fc7..99bec30 100644 (file)
@@ -1,6 +1,6 @@
 name: Geeqie AppImage build
 run-name: ${{ github.actor }} is running Geeqie AppImage build
-on: [push, pull_request]
+on: [push]
 jobs:
   Build-AppImage:
     runs-on: ubuntu-22.04