Skip to content

build: add 'synchronize' type to PR validation workflow (W-23251216) #2581

build: add 'synchronize' type to PR validation workflow (W-23251216)

build: add 'synchronize' type to PR validation workflow (W-23251216) #2581

Workflow file for this run

name: pr-validation
on:
pull_request:
types: [opened, reopened, edited, synchronize]
# only applies to PRs that want to merge to main
branches: [main]
jobs:
pr-validation:
uses: salesforcecli/github-workflows/.github/workflows/validatePR.yml@main