projects
/
geeqie.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
203b358
)
Run GitHub actions also on pull_request
author
Colin Clark
<
[email protected]
>
Thu, 8 Jun 2023 14:32:25 +0000
(15:32 +0100)
committer
Colin Clark
<
[email protected]
>
Thu, 8 Jun 2023 14:32:25 +0000
(15:32 +0100)
.github/workflows/check-build-actions.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/check-build-actions.yml
b/.github/workflows/check-build-actions.yml
index 83a2e044d52781c4ee50f7d5bb9cca4e0cb23e76..1d06003703a4ca58d11f1168f495226284975c2d 100644
(file)
--- 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