From 6f9f188b8335f5cc9fcb0fe9ba2e72525b70231a Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sun, 22 Aug 2021 11:44:38 +0200 Subject: [PATCH] Fix GH actions run on dependabot PRs. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .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 f7fc9451..c3cf2b49 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ on: push: branches: - master - pull_request: + pull_request_target: types: [opened, synchronize, reopened] branches: - master -- 2.34.1