diff --git a/.github/workflows/test-cli-with-database.yml b/.github/workflows/test-cli-with-database.yml index 00ce8a5e8f..eef6a15bbc 100644 --- a/.github/workflows/test-cli-with-database.yml +++ b/.github/workflows/test-cli-with-database.yml @@ -1,5 +1,9 @@ name: CLI Pipeline -on: [pull_request] +on: + pull_request: + paths-ignore: + - "docs/**" + - "www/**" jobs: test-cli-with-database: