diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8541514..227eb03 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,8 +3,16 @@ name: CI on: push: branches: [ main ] + paths-ignore: + - '**.md' + - 'LICENSE' + - '.gitignore' pull_request: branches: [ main ] + paths-ignore: + - '**.md' + - 'LICENSE' + - '.gitignore' env: RUST_BACKTRACE: 1