From b54790173d171a01f7a308e90914ae697f13a833 Mon Sep 17 00:00:00 2001 From: Nahum Shalman Date: Fri, 14 Jan 2022 10:47:47 -0500 Subject: [PATCH] Re-enable tests for PRs I imagine that disabling for PRs may have been needed to unbreak things while cleaning up the older releases in the test matrix. It would be good to re-enable tests on PRs. --- .github/workflows/test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8301cb9d..5d900bc1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,5 +1,7 @@ name: test -on: [push] +on: + push: + pull_request: jobs: test: strategy: