From f31738cb5dde98810d7eece120b139665484f5df Mon Sep 17 00:00:00 2001 From: David Skoland Date: Mon, 13 Nov 2023 15:26:53 +0100 Subject: [PATCH] Do not deploy on PR It looks like the workflows file tries to deploy to prod whenever a PR is opened that targets master. This doesn't look correct, and seems to fail with permissions issues when external collaborators open PRs (as it should). --- .github/workflows/deploy.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 36f2cb8d..5b25aa78 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -4,9 +4,6 @@ on: push: branches: - master - pull_request: - branches: - - master jobs: build: