diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c67177e3..a38db060 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,6 +5,9 @@ on: branches: [main] pull_request: types: [opened, synchronize, reopened] + paths-ignore: + - 'docs/**' + - '**/*.md' permissions: contents: read diff --git a/.github/workflows/test-e2e.yaml b/.github/workflows/test-e2e.yaml index 8168e362..9db4355e 100644 --- a/.github/workflows/test-e2e.yaml +++ b/.github/workflows/test-e2e.yaml @@ -5,6 +5,9 @@ on: branches: [main] pull_request: types: [opened, synchronize, reopened] + paths-ignore: + - 'docs/**' + - '**/*.md' workflow_dispatch: permissions: diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 4adbf493..6aaae0a5 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -5,6 +5,9 @@ on: branches: [main] pull_request: types: [opened, synchronize, reopened] + paths-ignore: + - 'docs/**' + - '**/*.md' workflow_dispatch: permissions: