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