diff --git a/.github/workflows/matrix.yaml b/.github/workflows/matrix.yaml index 7e25982d8a..1eda22a15f 100644 --- a/.github/workflows/matrix.yaml +++ b/.github/workflows/matrix.yaml @@ -4,11 +4,8 @@ on: release: types: [created] pull_request: - types: [opened, synchronize, reopened, edited] branches: - main - paths: - - "vendor/**" concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}