diff --git a/.github/workflows/test-linux.yml b/.github/workflows/test-linux.yml index 07e871bd07dc02..afb358dc7befac 100644 --- a/.github/workflows/test-linux.yml +++ b/.github/workflows/test-linux.yml @@ -3,6 +3,9 @@ name: test-linux on: pull_request: types: [opened, synchronize, reopened, ready_for_review] + paths-ignore: + - '**.md' + - 'doc/**' push: branches: - master