From 3644d52b7411aa162648a93e3a70bfe9d8a24dfc Mon Sep 17 00:00:00 2001 From: Jeremy Liu <31809888+NotJeremyLiu@users.noreply.github.com> Date: Tue, 8 Aug 2023 16:00:50 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Update=20gh=20workflow=20to=20al?= =?UTF-8?q?so=20run=20on=20push=20to=20main?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pr.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index ca0755bc..b215faf4 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -1,6 +1,10 @@ name: Build / Test On PR -on: [pull_request] +on: + pull_request: + push: + branches: + - main jobs: check: