From 9433dce128928a74097f514a257ae758d76d4e5e Mon Sep 17 00:00:00 2001 From: Mauricio Siu Date: Fri, 19 Dec 2025 18:00:36 -0600 Subject: [PATCH] Remove pull request trigger from deploy-preview workflow --- .github/workflows/deploy-preview.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index a342ac7a..d04171e6 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -5,9 +5,6 @@ on: workflows: [Build Preview Deployment] types: - completed - pull_request: - branches: - - canary permissions: actions: read deployments: write