From d7142450edee41fbbe371e0c3e4e28a15272aa46 Mon Sep 17 00:00:00 2001 From: David Fridrich Date: Tue, 17 Dec 2024 20:03:03 +0100 Subject: [PATCH] trigger on pull_request_target --- .github/workflows/deploy-all.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-all.yaml b/.github/workflows/deploy-all.yaml index 09b6a1d..5141851 100644 --- a/.github/workflows/deploy-all.yaml +++ b/.github/workflows/deploy-all.yaml @@ -4,9 +4,9 @@ on: pull_request: paths-ignore: - '.github/**' - push: - branches: [main,workflow-stuff] - types: [synchronize,opened] + pull_request_target: + paths: + - '.github/**' jobs: prepare: runs-on: ubuntu-latest