chore: add pull_request to github workflow

This commit is contained in:
Ismo Vuorinen
2024-12-11 13:04:39 +02:00
parent aec5ec026a
commit e9e95871a1

View File

@@ -2,7 +2,7 @@
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: PHPUnit
on: [ push ]
on: [ push, pull_request ]
jobs:
build-test: