Skip to content

Commit 3a27acc

Browse files
authored
fix: Update pr-check.yml to hopefully check every time (#4912)
This action was only running when the PR was opened, now it should run on every push
1 parent 899dfb7 commit 3a27acc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/pr-check.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,12 @@ name: OSV PR format check
1616

1717
on:
1818
# `pull_request_target` is only required when editing PRs from forks.
19-
pull_request:
19+
pull_request_target:
2020
types:
2121
- opened
2222
- edited
2323
- reopened
24+
- synchronize
2425

2526
permissions:
2627
pull-requests: read

0 commit comments

Comments
 (0)