diff --git a/.github/workflows/semantic-pr-check.yml b/.github/workflows/semantic-pr-check.yml index 5af80c1..ab80696 100644 --- a/.github/workflows/semantic-pr-check.yml +++ b/.github/workflows/semantic-pr-check.yml @@ -6,7 +6,7 @@ name: Semantic PR Title Validation on: pull_request: - types: [opened, edited, ready_for_review] + types: [opened, edited, ready_for_review, synchronize] jobs: validate-pr-title: