From ec7652b19382c4bc0d43843c7dedb5bcc31c17a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre=20St=C3=A5hl?= Date: Tue, 22 Sep 2020 12:35:48 +0200 Subject: [PATCH] Remove pull_request_target from ci workflow --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c218858..3ab061e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,6 +1,6 @@ name: CI -on: [pull_request, pull_request_target] +on: [pull_request] jobs: build: