Enable CI tests on pull requests

This commit is contained in:
medmunds
2020-12-01 12:11:44 -08:00
parent 5cbaa24002
commit 75313c2aa2

View File

@@ -2,6 +2,7 @@ name: test
on: on:
push: push:
pull_request:
schedule: schedule:
# Weekly build (on branch main) every Thursday at 12:00 UTC. # Weekly build (on branch main) every Thursday at 12:00 UTC.
# (Used to monitor compatibility with ESP APIs and other dependencies.) # (Used to monitor compatibility with ESP APIs and other dependencies.)