diff --git a/.github/workflows/test-mutations.yml b/.github/workflows/test-mutations.yml index 03135946e..5b563240d 100644 --- a/.github/workflows/test-mutations.yml +++ b/.github/workflows/test-mutations.yml @@ -3,11 +3,10 @@ name: Test Mutations on: pull_request: paths: - - '.github/workflows/**' - 'src/adapter/**' - 'src/core/**' - 'src/lib/**' - - 'tools/**' + - 'tools/infection/composer.lock' - 'composer.lock' push: branches: [ 1.x ]