diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fcc77c9..e93c9bc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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