From: Jérôme Benoit Date: Sun, 22 Aug 2021 09:47:13 +0000 (+0200) Subject: Fix dependabot PRs handling in GH actions X-Git-Tag: v2.1.0~3 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=4efc94720912caa26139a9cc3bd2da6b390b8846;p=poolifier.git Fix dependabot PRs handling in GH actions Signed-off-by: Jérôme Benoit --- 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: