Update integration-test.yml

This commit is contained in:
sunxyw 2022-03-24 15:36:36 +08:00 committed by GitHub
parent e43f2a4158
commit 28dc73d060
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,9 @@ on:
push:
branches:
- master
paths-ignore:
- '**.md'
- 'docs/**'
pull_request:
branches:
- master
@ -13,6 +16,9 @@ on:
- reopened
- ready_for_review
- review_requested
paths-ignore:
- '**.md'
- 'docs/**'
jobs:
integration:
@ -56,4 +62,4 @@ jobs:
run: "composer analyse"
- name: Run PHP CS Fixer Check
run: "./vendor/bin/php-cs-fixer fix --dry-run --diff"
run: "./vendor/bin/php-cs-fixer fix --dry-run --diff"