diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bfbc69f69cc5704cf50931a19277c5fdec73ee55..88684a88b5a524552dc895df12ae091d596cb259 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,16 +7,10 @@ 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.