diff --git a/.github/workflows/pr-description-validate.yml b/.github/workflows/pr-description-validate.yml index 89ae8e1..d216679 100644 --- a/.github/workflows/pr-description-validate.yml +++ b/.github/workflows/pr-description-validate.yml @@ -2,7 +2,7 @@ name: Validate PR description is not empty on: pull_request: - types: [opened, edited, reopened] + types: [opened, edited, reopened, synchronize] issue_comment: types: [created]