From 6840460591008b365d3d65c6b26f1f427a5f06ee Mon Sep 17 00:00:00 2001 From: TkDodo Date: Tue, 12 May 2026 08:22:21 +0200 Subject: [PATCH] pull_request_target -> pull_request --- .github/workflows/detect-agent.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/detect-agent.yml b/.github/workflows/detect-agent.yml index a0aef83e186..3576325e785 100644 --- a/.github/workflows/detect-agent.yml +++ b/.github/workflows/detect-agent.yml @@ -1,7 +1,7 @@ name: Detect Agent on: - pull_request_target: + pull_request: types: [opened] workflow_dispatch: {}