diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c18e84..f499211 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,8 +3,18 @@ name: CI on: push: branches: [main] + paths-ignore: + - "**.md" + - "LICENSE" + - ".gitignore" + - "docs/**" pull_request: branches: [main] + paths-ignore: + - "**.md" + - "LICENSE" + - ".gitignore" + - "docs/**" env: CARGO_TERM_COLOR: always