Skip to content

Commit b88a48b

Browse files
authored
Merge pull request #9 from koaning/test-on-pr
Update tests.yml
2 parents 96bfc7e + a6ba60d commit b88a48b

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/tests.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11
name: Python package
22

3-
on: [push]
3+
on:
4+
push:
5+
branches:
6+
- main
7+
pull_request:
8+
branches:
9+
- main
410

511
jobs:
612
build:
713

814
runs-on: ubuntu-latest
915
strategy:
1016
matrix:
11-
python-version: [3.7, 3.8]
17+
python-version: [3.7, 3.8, 3.9]
1218

1319
steps:
1420
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)