From 3b316e17d726dabda2c7d45623ae5280d2b0f669 Mon Sep 17 00:00:00 2001 From: Luke Tainton Date: Wed, 24 Jan 2024 21:06:24 +0000 Subject: [PATCH] Remove pull_request_target --- .github/workflows/ci.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f3cc04e..5a22552 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,15 +11,6 @@ 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: