Skip to content

Commit 22a0cf6

Browse files
committed
add missing synchronize pull_request type for test workflow
1 parent 3e866f6 commit 22a0cf6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
push:
88
branches: [ master ]
99
pull_request:
10-
types: [opened, reopened]
10+
types: [ opened, reopened, synchronize ]
1111
workflow_dispatch:
1212

1313
permissions:

0 commit comments

Comments
 (0)