diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index ef2c355..160f717 100644 --- a/.github/workflows/conventional-commits.yml +++ b/.github/workflows/conventional-commits.yml @@ -2,14 +2,6 @@ on: pull_request: - types: - - opened - - synchronize - - reopened - - labeled - - unlabeled - - edited - - ready_for_review concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number }}