diff --git a/.github/workflows/validate-pr.yml b/.github/workflows/validate-pr.yml index a312052e..0f27b0de 100644 --- a/.github/workflows/validate-pr.yml +++ b/.github/workflows/validate-pr.yml @@ -2,7 +2,7 @@ name: pr-validation on: pull_request: - types: [opened, reopened, edited] + types: [opened, reopened, edited, synchronize] # only applies to PRs that want to merge to main branches: [main]