diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 93baed56..1bef5ac0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,8 +3,12 @@ name: Test Suite on: push: branches: [main] + paths-ignore: + - docs/** pull_request: branches: [main] + paths-ignore: + - docs/** concurrency: group: ${{ github.workflow }}-${{ github.ref }}