Also run CI workflow on pull requests

This commit is contained in:
dgelessus 2020-01-19 19:36:53 +01:00
parent 67c2b4acf0
commit 890dd24f76
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
on: push
on: [pull_request, push]
jobs:
test:
strategy: