Run actions on PRs as well as pushes

This commit is contained in:
Tom Parker-Shemilt 2021-06-07 22:53:57 +01:00
parent 1937ed9e61
commit daae7cda31

View file

@ -1,5 +1,5 @@
name: test
on: [push]
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest