From 63ba8b5db2ec05e00cd56f3f6f14862bd75fe1a6 Mon Sep 17 00:00:00 2001 From: Jake Champion Date: Mon, 25 Nov 2024 15:07:04 +0000 Subject: [PATCH] Use pull_request_target for triggering the lint work This should allow the workflow to correctly run on forks --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d6585fc5ae..e6197ab3bb 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,7 +1,7 @@ name: Lint on: - pull_request: + pull_request_target: branches: - main