From 4847ce9b6538894242b2625a913995fcc706db77 Mon Sep 17 00:00:00 2001 From: Hans Olav Sund Date: Fri, 25 Oct 2024 12:27:01 +0200 Subject: [PATCH] chore: revert pull_request_target trigger --- .github/workflows/deploy-staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-staging.yaml b/.github/workflows/deploy-staging.yaml index e0664cca2..4509fb683 100644 --- a/.github/workflows/deploy-staging.yaml +++ b/.github/workflows/deploy-staging.yaml @@ -1,7 +1,7 @@ name: Deploy to staging on: - pull_request_target: + pull_request: types: [ready_for_review, opened, reopened, synchronize] branches: - main