From 25e673ed57800b002c5b3fe7647f7dddd02855da Mon Sep 17 00:00:00 2001 From: Preston Date: Thu, 18 Jun 2020 22:27:52 -0400 Subject: [PATCH] Remove builds when PRs are created / updated --- .github/workflows/build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 55f9e07a..60fa79f6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,8 +6,6 @@ name: Build on: push: branches: [ master ] - pull_request: - branches: [ master ] jobs: build: