Skip to content

Commit e9e9587

Browse files
committed
chore: add pull_request to github workflow
1 parent aec5ec0 commit e9e9587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phpunit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
33
name: PHPUnit
44

5-
on: [ push ]
5+
on: [ push, pull_request ]
66

77
jobs:
88
build-test:

0 commit comments

Comments
 (0)