diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7608093..ac37eb2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,6 +2,12 @@ name: ci on: pull_request: branches: [main] + paths-ignore: + - '**.md' + - 'docs/**' + - 'LICENSE' + - 'Makefile' + env: CARGO_TERM_COLOR: always jobs: