Skip to content

Commit 646953a

Browse files
committed
let test workflow on synchronize to trigger more appropriately
hopefully this makes it so that forks 30 days old can still run tests when we commit new things to them
1 parent 7062e8d commit 646953a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: build
33
on:
44
push:
55
pull_request:
6-
types: [opened, reopened, ready_for_review, review_requested]
6+
types: [opened, reopened, ready_for_review, review_requested, synchronize]
77

88
jobs:
99
test:

0 commit comments

Comments
 (0)