From 55c85894d1a79b39af51241e208ab71f50436df1 Mon Sep 17 00:00:00 2001 From: David Fridrich Date: Tue, 17 Dec 2024 20:03:34 +0100 Subject: [PATCH] trigger on pull_request_target --- .github/workflows/deploy-all.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy-all.yaml b/.github/workflows/deploy-all.yaml index 5141851..2618874 100644 --- a/.github/workflows/deploy-all.yaml +++ b/.github/workflows/deploy-all.yaml @@ -7,6 +7,7 @@ on: pull_request_target: paths: - '.github/**' + types: [synchronize,opened,reopened] jobs: prepare: runs-on: ubuntu-latest