From 0647a73c2aefd1b86c610b60c63766dd50615967 Mon Sep 17 00:00:00 2001 From: Cherry <13651622+MolotovCherry@users.noreply.github.com> Date: Sun, 8 Oct 2023 19:11:28 -0700 Subject: [PATCH] Prevent extraneous double builds --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b16f1392..e16f0b3a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,7 +3,9 @@ name: Build on: workflow_dispatch: push: + branches: [ "master" ] pull_request: + branches: [ "master" ] release: types: [created]