From: Colin Clark Date: Sat, 19 Aug 2023 07:58:59 +0000 (+0100) Subject: AppImage build should be only on push, not on pull_request X-Git-Tag: v2.2~136 X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=commitdiff_plain;h=5ab324f8e458726fc750cb4784299c2f18eaeb18 AppImage build should be only on push, not on pull_request --- diff --git a/.github/workflows/appimage.yml b/.github/workflows/appimage.yml index e457fc7b..99bec306 100644 --- a/.github/workflows/appimage.yml +++ b/.github/workflows/appimage.yml @@ -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