From ebaf806714e0eff47474a782d0cb79dcd5d643b4 Mon Sep 17 00:00:00 2001 From: Nahum Shalman Date: Wed, 19 Jan 2022 20:31:12 -0500 Subject: [PATCH] Re-enable tests for PRs (#415) 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: