From: Jérôme Benoit Date: Sun, 22 Aug 2021 09:44:38 +0000 (+0200) Subject: Fix GH actions run on dependabot PRs. X-Git-Tag: v1.0.40~2 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=6f9f188b8335f5cc9fcb0fe9ba2e72525b70231a;p=e-mobility-charging-stations-simulator.git Fix GH actions run on dependabot PRs. Signed-off-by: Jérôme Benoit --- 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