Skip to content

Commit f9142f8

Browse files
authored
Merge pull request #1041 from salesforcecli/jfeingold35-patch-1
build: add 'synchronize' type to PR validation workflow (W-23251216)
2 parents 942a75f + 732fc5b commit f9142f8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/validate-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: pr-validation
22

33
on:
44
pull_request:
5-
types: [opened, reopened, edited]
5+
types: [opened, reopened, edited, synchronize]
66
# only applies to PRs that want to merge to main
77
branches: [main]
88

99
jobs:
1010
pr-validation:
11-
uses: salesforcecli/github-workflows/.github/workflows/validatePR.yml@main
11+
uses: salesforcecli/github-workflows/.github/workflows/validatePR.yml@main

0 commit comments

Comments
 (0)