From ad1ad5793726c3de68ac9f020b0d3b6c41b1b915 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rio=20Nunes?= Date: Tue, 3 Dec 2024 22:44:50 +0000 Subject: [PATCH] fix: fork preview deploy --- .github/workflows/pr-preview-fly-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-preview-fly-deploy.yml b/.github/workflows/pr-preview-fly-deploy.yml index 06e900af02..758219ed0b 100644 --- a/.github/workflows/pr-preview-fly-deploy.yml +++ b/.github/workflows/pr-preview-fly-deploy.yml @@ -1,7 +1,7 @@ name: Deploy Fly PR Preview on: # Run this workflow on every PR event. Existing review apps will be updated when the PR is updated. - pull_request: + pull_request_target: # Trigger when labels are changed or more commits added to a PR that contains labels types: [labeled, synchronize] # Only create a preview if changes have been made to the main src code or backend functions