From f886110cd9397928825e610ff467537dd6542dbd Mon Sep 17 00:00:00 2001 From: Lucas Pickering Date: Sun, 3 Nov 2024 10:03:34 -0500 Subject: [PATCH] Only trigger web build from releases on master Should fix the website deploying from every PR --- .github/workflows/web.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/web.yml b/.github/workflows/web.yml index bb8ebac4..4a63f211 100644 --- a/.github/workflows/web.yml +++ b/.github/workflows/web.yml @@ -29,6 +29,8 @@ on: workflows: ["Release"] types: - completed + # Every PR runs the first step of the Release workflow. Without thsi branch + branches: [master] # Run manually workflow_dispatch: