Skip to content

Commit 917cd9a

Browse files
committed
Trigger tests workflow on pull requests.
1 parent b0de0e7 commit 917cd9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Tests
22

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

55
jobs:
66
build:
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
python-version: [3.5, 3.6, 3.7, 3.8, '3.9.0-alpha - 3.9.0', pypy3]
13+
python-version: [3.5, 3.6, 3.7, 3.8, 3.9, pypy3]
1414

1515
steps:
1616
# Python needs to be setup before checkout to prevent files from being

0 commit comments

Comments
 (0)