Enable running regression tests on PRs as well

This commit is contained in:
ISSOtm
2020-09-22 17:27:29 +02:00
parent e98485da3f
commit 91a3c538d9

View File

@@ -1,5 +1,7 @@
name: "Regression testing"
on: push
on:
- push
- pull_request
jobs:
unix-testing: