diff --git a/.github/workflows/pr-title-checks.yaml b/.github/workflows/pr-title-checks.yaml index 2a679272..8a073741 100644 --- a/.github/workflows/pr-title-checks.yaml +++ b/.github/workflows/pr-title-checks.yaml @@ -3,7 +3,7 @@ name: "pr-title-checks" on: pull_request_target: types: ["edited", "opened", "reopened"] - #branches: ["main"] + branches: ["main"] permissions: {}