mirror of
https://github.com/nullthoughts/laravel-data-sync.git
synced 2026-02-22 17:55:59 +00:00
chore: add pull_request to github workflow
This commit is contained in:
2
.github/workflows/phpunit.yml
vendored
2
.github/workflows/phpunit.yml
vendored
@@ -2,7 +2,7 @@
|
|||||||
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
|
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
|
||||||
name: PHPUnit
|
name: PHPUnit
|
||||||
|
|
||||||
on: [ push ]
|
on: [ push, pull_request ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-test:
|
build-test:
|
||||||
|
|||||||
Reference in New Issue
Block a user