shithub: rgbds

Download patch

ref: 91a3c538d96c3dfac7f304a0b8f4a35e386f3d77
parent: e98485da3f59aff7ebeb6095940b9574935e889f
author: ISSOtm <eldredhabert0@gmail.com>
date: Tue Sep 22 13:27:29 EDT 2020

Enable running regression tests on PRs as well

--- 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: