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"