diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d58a1f8a34..9f55958803 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,9 +7,16 @@ on: - "v[0-9]+.[0-9]+.x" tags: - "v*" + paths-ignore: + - "docs/**/*" + - ".github/workflows/community_*" + pull_request: branches: - "**" + paths-ignore: + - "docs/**/*" + - ".github/workflows/community_*" concurrency: # Allow only one workflow per any non-`main` branch.