diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b4e2a4..ab14f13 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,8 +3,16 @@ name: 'CI' on: push: branches: '**' + paths-ignore: + - '**.md' + - 'sandbox/**' + - 'examples/**' pull_request: branches: '**' + paths-ignore: + - '**.md' + - 'sandbox/**' + - 'examples/**' permissions: contents: read