diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index 247814a..fec11d6 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -3,11 +3,7 @@ name: Lint Commit Messages on: - push: - branches: [ "main" ] - pull_request: - branches: - - '**' + - pull_request jobs: commitlint: