We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aec5ec0 commit e9e9587Copy full SHA for e9e9587
.github/workflows/phpunit.yml
@@ -2,7 +2,7 @@
2
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
3
name: PHPUnit
4
5
-on: [ push ]
+on: [ push, pull_request ]
6
7
jobs:
8
build-test:
0 commit comments