diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f1b4d6b..54952c1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,8 +2,14 @@ name: CI on: push: branches: [master] + paths-ignore: + - 'README.md' + - 'docs/**' pull_request: branches: [master] + paths-ignore: + - 'README.md' + - 'docs/**' jobs: build: runs-on: ubuntu-latest