From 91a3c538d96c3dfac7f304a0b8f4a35e386f3d77 Mon Sep 17 00:00:00 2001 From: ISSOtm Date: Tue, 22 Sep 2020 17:27:29 +0200 Subject: [PATCH] Enable running regression tests on PRs as well --- .github/workflows/testing.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 4a60393a..736b1a84 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -1,5 +1,7 @@ name: "Regression testing" -on: push +on: + - push + - pull_request jobs: unix-testing: