diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a2825b8..128215b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -3,6 +3,9 @@ name: CI on: push: branches: [main] + paths-ignore: + - "README.md" + - "example/**" pull_request: branches: [main]