From 9a2ccef545691104d444d14553a21865635bd914 Mon Sep 17 00:00:00 2001 From: LangLangBart <92653266+LangLangBart@users.noreply.github.com> Date: Tue, 16 Jul 2024 09:56:08 +0200 Subject: [PATCH] ci: enable pull_request_target (#88) --- .github/workflows/code-quality.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index ccab02f..3c7fc2b 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -3,7 +3,7 @@ name: code-quality on: push: branches: [main] - pull_request: + pull_request_target: workflow_dispatch: jobs: code-quality: