diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index f3551370..9ad3d6d6 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -9,6 +9,10 @@ on: 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: + jobs: build-and-deploy: