diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 90aa7f2..04a82ba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: "capture-kit" +name: capture-kit on: push: @@ -6,14 +6,11 @@ on: - main - dev pull_request: + paths: - ".github/workflows/**" - "CaptureKit/**" - "CaptureKitTests/**" -concurrency: - group: ci - cancel-in-progress: true - jobs: Latest: name: Test Latest (macOS)