Skip to content

Commit

Permalink
Merge pull request #231 from jsocol/test-prs
Browse files Browse the repository at this point in the history
Run tests against PRs
  • Loading branch information
jsocol authored Feb 11, 2021
2 parents 9431617 + 5605a0e commit 651c730
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: test

on: [push]
on: [push, pull_request]

jobs:
build:
Expand All @@ -17,6 +17,10 @@ jobs:
django: 3.1
- python-version: 3.5
django: master
- python-version: 3.6
django: master
- python-version: 3.7
django: master

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 651c730

Please sign in to comment.