diff --git a/.github/workflows/title-lint.yml b/.github/workflows/title-lint.yml index f68bd57..6622da1 100644 --- a/.github/workflows/title-lint.yml +++ b/.github/workflows/title-lint.yml @@ -1,14 +1,8 @@ name: Pull Request Title Lint on: - pull_request_target: - types: - - labeled - - opened - - synchronize - - reopened - - ready_for_review - - edited + pull_request: + branches: [ "main" ] jobs: title-lint: