.github: also run when PR is merged

https://stackoverflow.com/a/61565445/1708249
This commit is contained in:
Joachim Wiberg
2023-05-30 09:00:59 +02:00
committed by GitHub
parent 8ffe839a99
commit 4ad676bb4e
+3 -1
View File
@@ -9,7 +9,9 @@ name: Bob the Builder
# - '*'
on:
pull_request_review:
types: [submitted]
types:
- submitted
- closed
workflow_dispatch:
jobs: