Run GitHub actions also on pull_request
authorColin Clark <[email protected]>
Thu, 8 Jun 2023 14:32:25 +0000 (15:32 +0100)
committerColin Clark <[email protected]>
Thu, 8 Jun 2023 14:32:25 +0000 (15:32 +0100)
.github/workflows/check-build-actions.yml

index 83a2e044d52781c4ee50f7d5bb9cca4e0cb23e76..1d06003703a4ca58d11f1168f495226284975c2d 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