Run GitHub actions also on pull_request
[geeqie.git] / .github / workflows / check-build-actions.yml
index 83a2e04..1d06003 100644 (file)
@@ -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