Skip to content

Commit f0dd4a0

Browse files
authored
Merge pull request #137 from openclimatefix/add-workflow-event
Add syncrhonize workflow event
2 parents ec63498 + 40eca2d commit f0dd4a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Python package tests
33
on:
44
push:
55
pull_request:
6-
types: [opened, reopened]
6+
types: [opened, synchronize, reopened]
77
schedule:
88
- cron: "0 12 * * 1"
99
pull_request_target:

0 commit comments

Comments
 (0)