From 4efc94720912caa26139a9cc3bd2da6b390b8846 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sun, 22 Aug 2021 11:47:13 +0200 Subject: [PATCH] Fix dependabot PRs handling in GH actions 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 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b4699c6e..9a0d0ecd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,10 @@ on: push: branches: - master - pull_request: + pull_request_target: + types: [opened, synchronize, reopened] + branches: + - master workflow_dispatch: inputs: withBenchmark: -- 2.34.1