repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95213cf
)
Fix dependabot PRs handling in GH actions
author
Jérôme Benoit
<jerome.benoit@sap.com>
Sun, 22 Aug 2021 09:47:13 +0000
(11:47 +0200)
committer
Jé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
patch
|
blob
|
blame
|
history
diff --git
a/.github/workflows/ci.yml
b/.github/workflows/ci.yml
index b4699c6e61d1276d3fc17d57f83e00ee940e298f..9a0d0ecd9402371df20184923d4b8bdfd1612f97 100644
(file)
--- 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: