From dae564acca688b55bb2ec60c2974cbc4b64557f4 Mon Sep 17 00:00:00 2001 From: James Panther <4462786+jpanther@users.noreply.github.com> Date: Mon, 8 Nov 2021 08:49:54 +1100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Stop=20GitHub=20test=20builds=20?= =?UTF-8?q?on=20PRs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index 825c766d..67bdacbf 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -1,6 +1,6 @@ name: Test Build -on: [push, pull_request] +on: [push] jobs: build: