From 36e41cfb7a10bff236e01e1e722e0ca91feecc59 Mon Sep 17 00:00:00 2001 From: Luke Tainton Date: Wed, 24 Jan 2024 20:46:31 +0000 Subject: [PATCH] pull_request_target --- .github/workflows/ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5a22552..f3cc04e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,6 +11,15 @@ on: - '.github/CODEOWNERS' - '.github/renovate.json' - '.github/dependabot.yml' + pull_request_target: + types: [opened, synchronize, reopened] + paths-ignore: + - 'README.md' + - 'LICENSE.md' + - '.gitignore' + - '.github/CODEOWNERS' + - '.github/renovate.json' + - '.github/dependabot.yml' jobs: pythonci: