diff --git a/.github/workflows/validate-pr.yml b/.github/workflows/validate-pr.yml index 89a07fb6..396c1f89 100644 --- a/.github/workflows/validate-pr.yml +++ b/.github/workflows/validate-pr.yml @@ -2,7 +2,7 @@ name: validate-pr on: pull_request: - types: [opened, reopened, edited] + types: [opened, reopened, edited, synchronize] # only applies to PRs that intent to be released to the public branches: - main