From 0dc7c01054da80ee07343d0d0e74c9007077d740 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Fr=C3=B3is?= <46361092+vitorfrois@users.noreply.github.com> Date: Mon, 24 Jun 2024 16:40:21 -0300 Subject: [PATCH] Update preview.yml --- .github/workflows/preview.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 6f1ec4e..d4a4b01 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -7,7 +7,9 @@ on: push: branches: [ "main" ] pull_request: - branches: [ "main", "develop" ] + branches: [ "main" ] + pull_request_target: + branches: [ "develop" ] jobs: build: