From 55f658ee4a04cbddcdac9aa12ddfc246acc7d3ce Mon Sep 17 00:00:00 2001 From: ravidalon Date: Mon, 25 Nov 2024 16:10:37 +0200 Subject: [PATCH] Change trigger to pull_request_target --- .github/workflows/automatic-deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/automatic-deployment.yml b/.github/workflows/automatic-deployment.yml index fb538e77..a2c88a04 100644 --- a/.github/workflows/automatic-deployment.yml +++ b/.github/workflows/automatic-deployment.yml @@ -1,7 +1,7 @@ name: "Automatic Deployment" on: - pull_request: + pull_request_target: branches: - main - dev