Skip to content

Commit c3948a4

Browse files
authored
Merge pull request #172 from openclimatefix/dfulu-patch-2
Add testing to pull requests
2 parents be22025 + 662d3c7 commit c3948a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Python package tests
22

33
on:
44
push:
5+
pull_request:
6+
types: [opened, reopened]
57
schedule:
68
- cron: "0 12 * * 1"
79
jobs:

0 commit comments

Comments
 (0)