Skip to content

Commit 3be7664

Browse files
authored
fix: Allow secrets in incoming pull requests (iluwatar#2400)
* allow secrets in incoming pull requests * trigger on multiple events * fix syntax
1 parent 9a92930 commit 3be7664

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/maven-pr-builder.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ name: Java PR Builder
2828

2929
on:
3030
pull_request:
31+
pull_request_target:
3132
branches: [ master ]
3233
types: [ opened, reopened, synchronize ]
3334

0 commit comments

Comments
 (0)