From 75313c2aa21213928d39d73703087932c2d25383 Mon Sep 17 00:00:00 2001 From: medmunds Date: Tue, 1 Dec 2020 12:11:44 -0800 Subject: [PATCH] Enable CI tests on pull requests --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 858e196..6f04251 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,6 +2,7 @@ name: test on: push: + pull_request: schedule: # Weekly build (on branch main) every Thursday at 12:00 UTC. # (Used to monitor compatibility with ESP APIs and other dependencies.)