From: Colin Clark Date: Thu, 8 Jun 2023 14:32:25 +0000 (+0100) Subject: Run GitHub actions also on pull_request X-Git-Tag: v2.1~25 X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=commitdiff_plain;h=09274acfbc7a52686260d972be486888a850f5d3 Run GitHub actions also on pull_request --- diff --git a/.github/workflows/check-build-actions.yml b/.github/workflows/check-build-actions.yml index 83a2e044..1d060037 100644 --- a/.github/workflows/check-build-actions.yml +++ b/.github/workflows/check-build-actions.yml @@ -1,6 +1,6 @@ name: Geeqie check build run-name: ${{ github.actor }} is running Geeqie check build -on: [push] +on: [push, pull_request] jobs: Check-Build-No-Options: runs-on: ubuntu-22.04