From 28dc73d0606c8846a48fe50741604f68b9f30fb3 Mon Sep 17 00:00:00 2001 From: sunxyw <31698606+sunxyw@users.noreply.github.com> Date: Thu, 24 Mar 2022 15:36:36 +0800 Subject: [PATCH] Update integration-test.yml --- .github/workflows/integration-test.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 56ccd74b..004c2471 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -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" \ No newline at end of file + run: "./vendor/bin/php-cs-fixer fix --dry-run --diff"