Run tests on pull requests

This commit is contained in:
Ivan Habunek 2023-01-01 11:11:10 +01:00
parent 253eea12a6
commit 64dd1094a9
No known key found for this signature in database
GPG Key ID: CDBD63C43A30BB95
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
name: Run tests
on: [push]
on: [push, pull_request]
jobs:
build:
test:
# Older Ubuntu required for testing on Python 3.6 which is not available in
# later versions. Remove once support for 3.6 is dropped.
runs-on: ubuntu-20.04