Skip to content

Commit 15d12fd

Browse files
authored
Merge pull request #219 from salesforcecli/jfeingold35-patch-1
build: add 'synchronize' type to PR validation workflow (W-23251216)
2 parents 94d981f + 0ef911e commit 15d12fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/validate-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ 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

0 commit comments

Comments
 (0)