Fix dependabot PRs handling in GH actions
authorJérôme Benoit <jerome.benoit@sap.com>
Sun, 22 Aug 2021 09:47:13 +0000 (11:47 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sun, 22 Aug 2021 09:47:13 +0000 (11:47 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.github/workflows/ci.yml

index b4699c6e61d1276d3fc17d57f83e00ee940e298f..9a0d0ecd9402371df20184923d4b8bdfd1612f97 100644 (file)
@@ -4,7 +4,10 @@ on:
   push:
     branches:
       - master
-  pull_request:
+  pull_request_target:
+    types: [opened, synchronize, reopened]
+    branches:
+      - master
   workflow_dispatch:
     inputs:
       withBenchmark: