Skip to content

Commit e2864a2

Browse files
authored
Merge pull request #3644 from jspsych/do-test-workflow-on-synchronize
let test workflow fire on synchronize to trigger more appropriately
2 parents 7062e8d + 646953a commit e2864a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)