From 57377cf84635135128e3be042e978a775bf542b5 Mon Sep 17 00:00:00 2001 From: Samuel Colvin Date: Thu, 1 Apr 2021 13:10:49 +0100 Subject: [PATCH] use "pull_request_target" in ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 329dc6d..24b8c48 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ on: - master tags: - '**' - pull_request: {} + pull_request_target: {} jobs: lint: