Skip to content

Commit 651c730

Browse files
authored
Merge pull request #231 from jsocol/test-prs
Run tests against PRs
2 parents 9431617 + 5605a0e commit 651c730

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: test
22

3-
on: [push]
3+
on: [push, pull_request]
44

55
jobs:
66
build:
@@ -17,6 +17,10 @@ jobs:
1717
django: 3.1
1818
- python-version: 3.5
1919
django: master
20+
- python-version: 3.6
21+
django: master
22+
- python-version: 3.7
23+
django: master
2024

2125
steps:
2226
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)