From 52318151e8597311b2c0ebd732bc139f90a24c4e Mon Sep 17 00:00:00 2001 From: Daniel N <2color@users.noreply.github.com> Date: Thu, 6 Mar 2025 17:59:29 +0100 Subject: [PATCH] ci: run on pull_request_target only --- .github/workflows/build-and-deploy.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index da27d830..06e0e850 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -8,7 +8,6 @@ on: push: branches: - main - pull_request: # 👇 is needed to run on PRs from forks with access to secrets. # ⚠️ Should only be used with the repo configured to require workflow approval for all external contributors pull_request_target: