diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c9a131e..bdf00ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,17 @@ name: CI on: pull_request: + paths-ignore: + - 'docs/**' + - '*.md' + - 'LICENSE' + - '.gitignore' push: + paths-ignore: + - 'docs/**' + - '*.md' + - 'LICENSE' + - '.gitignore' branches: [main] tags: ["v*.*.*"]